|
|
|
|
|
by nitwit005
3966 days ago
|
|
The usual problem with this kind of thing is actually events. The modifications may, or may not, add elements that need listeners attached to them. It looks like as this is now, after any update you'd have to query all such elements and see if they need a listener attached. React has its own "Event System" to try to deal with that issue. |
|