1.0.0 • Published 5 years ago

react-redux-boiler v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

react-redux-boiler

Set of helper functions to aid with the creation of the react redux boilerplating

NPM JavaScript Style Guide

Install

yarn add react-redux-boiler

Usage

check example

Simply create entire redux CRUD spec like this:

import { generateStoreItems } from 'react-redux-boiler'

export const { actions, reducers, selectors, types } = generateStoreItems([
  'USERS',
  'PLACES'
])

License

MIT © psoaresbj

1.0.0

5 years ago