redux-core

August 6, 2015 ยท View on GitHub

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)

Contents

  1. 1Why?
  2. 2Provided APIs
  3. 3License