Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tresorama/react-file-state
Lightweight state management for React.
https://github.com/tresorama/react-file-state
react redux state state-management typescript
Last synced: 7 days ago
JSON representation
Lightweight state management for React.
- Host: GitHub
- URL: https://github.com/tresorama/react-file-state
- Owner: tresorama
- Created: 2022-11-05T19:21:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T01:43:53.000Z (over 1 year ago)
- Last Synced: 2024-04-24T13:22:07.571Z (9 months ago)
- Topics: react, redux, state, state-management, typescript
- Language: TypeScript
- Homepage:
- Size: 468 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-File-State
Lightweight state management for React apps.
One file, one store.Visibility: Public
Status: Development
Version: 0.2.5**NOT PRODUCTION READY**
## Development Track
- [x] Minimal Working Version
- [x] Create Tests
- [x] Add Concurrent Mode support
- [ ] Add Cache Storage Strategy.
- [ ] Be sure of API before releasing 1.0.0## Documentation
[View ChangeLog](https://github.com/tresorama/react-file-state/blob/main/docs/CHANGELOG.md)
[View Documentation](https://github.com/tresorama/react-file-state/blob/main/docs/README.md)## Example
[View Demo App - Next.js](https://github.com/tresorama/react-file-state/tree/main/apps/app-next/src/views/ReactFileStateB).
## Comparison
[View With Zustand - Next.js](https://github.com/tresorama/react-file-state/tree/main/apps/app-compare-zustand/src/views/WithZustand).