|
|
|
|
|
by ansman
5098 days ago
|
|
This is pretty much only useful for JS apps.
The problem comes when you have data changing after a view has been rendered. Rendering the whole view again can be expensive. As well as this the user might have interacted with the page in which would probably make the user loose his changes. |
|