Andrei Budoi
Results
1
comments of
Andrei Budoi
Is there a way to detect onNodeChange is called because of userAction like add/remove vs deserialize
You could hash the state on node change and compare it with the hash of what is saved on the server. That could tell you whether you should save the...