|
|
|
|
|
by netcommentator
3499 days ago
|
|
You can divide your page into multiple components, then to update the screen replace the components that contain stale data. You do not have to deal with elements--you only have to deal with components. Regardless of which library you use there is nothing preventing you from injecting DOM elements from everywhere. Only discipline can prevent that. |
|