https://github.com/lastmjs/reduxular
https://github.com/lastmjs/reduxular
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lastmjs/reduxular
- Owner: lastmjs
- License: mit
- Created: 2020-02-06T23:14:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:39:04.000Z (over 2 years ago)
- Last Synced: 2024-10-13T13:11:30.669Z (8 months ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reduxular
needed explanations:
* Reduxular Element: put all state in store, class members aren't guaranteed to be initialized before state listeners are fired.
* Initial state _must_ contain all state properties (type guards will prevent this if using TypeScript)