stoze
v0.1.40
Published
Zero-configuration store for React. One API rule them all
Downloads
22
Maintainers
Readme
Stoze
Features
- Async state mutation
- Cancellable mutation / effect
- Handling future effect / mutation
- Support React Suspense
- State persistence
- Async store initializing
- Debounce effect dispatching
- State entities
- State history
- Store transaction
- Store snapshot
Real world examples
- Blog App (CodeSandbox)
- Counter App (CodeSandbox)
- Counter App using Suspense (CodeSandbox)
- Todo App (CodeSandbox)
- Todo App using Entities (CodeSandbox)
- Todo App using Transaction (CodeSandbox)
- Undoable todo App (CodeSandbox)
- Shopping Cart App (CodeSandbox)