An open API service indexing awesome lists of open source software.

https://github.com/lastmjs/reduxular


https://github.com/lastmjs/reduxular

Last synced: 3 months ago
JSON representation

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)