1 min readFeb 13, 2018
Hi Curran, topologica is cool, thanks for sending the link.
I like the explicitness of set
and get
as compared to the MobX/Vue/Meteor way of effectively changing what =
and .
mean. On the other hand, manually keeping track of dependencies as topologica seems to require could get tedious and error-prone. Also, does topologica work with nested data? It’s pretty nice how MobX/Vue/Meteor will notice changes way deep in an object.