redux-core
redux-core copied to clipboard
Minimal redux
redux-core
Minimal redux.
Why?
- Only ~60 lines of code to read, easy to understand and customize.
- You can implement your own state subscription and store enhancement system.
Provided APIs
- createStore
- getState
- dispatch (will return state)
- getReducer
- replaceReducer
- combineReducers
License
The MIT License (MIT)