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

https://github.com/csprance/create-redux-boilerplate

Create redux boilerplate module
https://github.com/csprance/create-redux-boilerplate

Last synced: 9 months ago
JSON representation

Create redux boilerplate module

Awesome Lists containing this project

README

          

# Create Redux State Boilerplate
> Just a really small module to create a state item for redux

## Instructions
* install package `yarn add create-redux-boilerplate --dev`
* run command `create-redux-boilerplate --name todo`
* Creates a folder with `ts` files
```
todo/index.ts
todo/actions.ts
todo/selectors.ts
todo/reducer.ts
todo/utils.ts
todo/state.ts
todo/types.ts
```