2.0.4 • Published 3 years ago

react-redux-saga-generator v2.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

react-redux-saga-generator

Command-Line package to make code generation for your redux CRUD files (actionTypes,action,reducer,saga)

NPM JavaScript Style Guide

Install

npm install  react-redux-saga-generator
// or
npm install -g react-redux-saga-generator

Description

If you are already using (Reactjs,Redux,Redux-Saga,Axios) then

react-redux-saga-generator will create a completely code genration for your redux CRUD with full integration with server side By calling it on your command-line

It depends on some questions like :

  • CRUD Name
  • if you want to use get method for get your crud items with completely pagination or get item details
  • if you want to use post method for add new item
  • if you want to use put method for update item
  • if you want to use delete method for delete one item

Usage

in your command-line run this command :

  • if you install it using -g use : genRedux
  • if you install it locally use : npx genRedux

Example

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago