Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)