redux-core

0.1.1 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i redux-core

Weekly Downloads

5

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jas-chen