store
store copied to clipboard
🤖 Framework agnostic, type-safe store w/ reactive framework adapters
Results
12
store issues
Sort by
recently updated
recently updated
newest added
When I was writing Svelte, React applications, creating Map, Set type Store, updating the state using the setState method, the view was not updated, so I tried to fix it,...
> This PR builds on top of #40, please merge that first This PR adds in a lazyness option to the derived class that: - Doesn't update a value until...