This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

react-redux-boiler

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-redux-boiler

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

27.7 kB

Total Files

6

Last publish

Collaborators

  • psoares