You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One difference between Meteor and Hoplon/Javelin reactivity is that Meteors is async, and can be in intermediate/inconsistent propagation states, while in Javelin all cells have a consistent view of the state graph at all times. A JavaScript alternative that offers that consistency (while still being performant) is MobX.
The text was updated successfully, but these errors were encountered:
Some references for improving Dorio performance and reactivity:
One difference between Meteor and Hoplon/Javelin reactivity is that Meteors is async, and can be in intermediate/inconsistent propagation states, while in Javelin all cells have a consistent view of the state graph at all times. A JavaScript alternative that offers that consistency (while still being performant) is MobX.
The text was updated successfully, but these errors were encountered: