5 ms·
Just to sanity-check my reading of this: - Zustand exposes itself as a hook. - MobX does that observer-wrapper thing - Snapstate instead has an explicit writ
by mjfisher 5mo ago
Just to sanity-check my reading of this:
- Zustand exposes itself as a hook.
- MobX does that observer-wrapper thing
- Snapstate instead has an explicit writing step (`scoped()`) at the bottom of a component
If so, I really quite like that. Kudos!