Les Szklanny
Les Szklanny
I agree that Zustand is great, but when should I use it instead of Valtio? Both libs are great, but Valtio looks simpler....? What are the differences or use cases...
Thanks. I think adding reactions/watchers to MST alongside views and actions would be a good feature even though this is already available in MobX.
If possible, I'd like this feature to work exactly as in Vue, which IMO is easier to use than autorun or reaction. See the options provided by Vue's watchers. https://vuejs.org/v2/api/#watch...
How could we incorporate debouncing or throttling into [atomWithRefresh](https://jotai.org/docs/recipes/atom-with-refresh)?
This library looks like it was inspired by Vue. actions are named methods in Vue, views is named computed in Vue. I suggest adding watchers as in Vue. See this...