Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jas-chen/redux-core
Minimal redux
https://github.com/jas-chen/redux-core
Last synced: about 2 months ago
JSON representation
Minimal redux
- Host: GitHub
- URL: https://github.com/jas-chen/redux-core
- Owner: jas-chen
- License: mit
- Created: 2015-08-03T01:53:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T13:26:17.000Z (over 9 years ago)
- Last Synced: 2024-11-18T20:16:36.884Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 611 KB
- Stars: 42
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-redux - redux-core - Minimal Redux. (Miscellaneous / Other)
README
[![npm version](https://img.shields.io/npm/v/redux-core.svg?style=flat-square)](https://www.npmjs.com/package/redux-core)
redux-core
==========Minimal [redux](https://github.com/gaearon/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)](./LICENSE)