1.0.6 • Published 4 years ago

redux-stator v1.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

Redux-Stator

It is a lightweight version of Redux library

API

createStore

parameters
  • reducer function
  • initial state (conditional)
  • enhancer (conditional)
functionality

creates Store class instance to manage application state

combineReducers

parameters
  • reducers object
functionality

combines multiple reducers into one

compose

parameters
  • functions to compose
functionality

helps to compose functions to have needed call order, can be used for creation own enhancers for Store

applyMiddleware

parameters
  • middlewares
functionality

applies middlewares that will be called between action dispatch and state changes

Usage

see example

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago