techknowfile
techknowfile
@HaveF > Create is only use for create root model, if you create it every time, it will not leverage the ability of share structure of MST. I don't think...
@weglov I'm currently having to use a hacky solution, where I'm using both pure MobX with a structure that imitates mobx-state-tree and mobx-state-tree itself. Using MobX for the objects that...
Thank you so much for the thorough response, @k-g-a! When I realized the memory issue initially, I first created a hacky class-based solution for MobX that replicated the normalized RootStore...
@k-g-a Repo: https://github.com/techknowfile/mobx-cube-example Here's a simple example using my MobX store implementation. If you `yarn install; yarn start`, open Chrome DevTools Memory tab, then click the "Add 10000 Foos" button,...
@k-g-a Done! That repo now has very simple models implemented with (1) my mst-like solution, and (2) a class-based mobx solution. If you add views/actions to them, you'll notice the...
Hey! I was the original reporter of #1683. I have since moved on to another job that is entirely backend, but I still think of MobX often. I wonder if...