1.5.1 • Published 7 years ago
@banbrick/redux-creator v1.5.1
@banbrick/redux-creator
redux creator for less boilerplate, also allow redux to be loaded by code split.
Install
npm i @banbrick/redux-creator
Example
How to use
Configure store
create a store can use ReduxCreator with configureStore
import { configureCreatorStore } from '@banbrick/redux-creator';
// its also possible to add reducers and middlewares through this api
const store = configureCreatorStore({
reducers, // static reducers, built without creator
preloadedState, // inital state
middlewares, // addtional middlewares
history, // for auto add location middleware
devTool: true // enable redux-dev-tool
});
Configure Reducers
- ReduxCreator using functions
- ReduxService using decorators
Others
1.5.1
7 years ago
1.5.0
7 years ago
1.4.9
7 years ago
1.4.8
7 years ago
1.4.7
7 years ago
1.4.6
7 years ago
1.4.5
7 years ago
1.4.4
7 years ago
1.4.3
7 years ago
1.4.2
7 years ago
1.4.1
7 years ago
1.4.0
7 years ago
1.3.6
7 years ago
1.3.5
7 years ago
1.3.4
7 years ago
1.3.3
7 years ago
1.3.2
7 years ago
1.3.1
7 years ago
1.3.0
7 years ago
1.2.0
7 years ago
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago