redux-core

v0.1.1
Redux core
redux flux

npm version

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)

npm i redux-core

Metadata

  • MIT
  • Whatever
  • Jas Chen
  • released 8/5/2015

Downloads

Maintainers