Skip to content

nguyenlamzx/redux-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%