Hi, we are using mobx-state-tree + ts in our production code for quite few years, and I am well familiar with strong and weak parts of the mst. We now started to encounter issues with memory consumption in our applications in production especially on big data models. For quite a few time i have in mind to make a valtio-state-tree library, luckily you're library is quite similar with what i wanted to try to implement, and it looks promising.
Do you use this library in production?
Is there any hints if this library is memory efficient?
How one will do a fetch in valtio-factory?
Thanks in advance.
Hi, we are using mobx-state-tree + ts in our production code for quite few years, and I am well familiar with strong and weak parts of the mst. We now started to encounter issues with memory consumption in our applications in production especially on big data models. For quite a few time i have in mind to make a
valtio-state-treelibrary, luckily you're library is quite similar with what i wanted to try to implement, and it looks promising.Do you use this library in production?
Is there any hints if this library is memory efficient?
How one will do a fetch in valtio-factory?
Thanks in advance.