Skip to content

Releases: davidhu2000/react_redux_generator

Version 1.2

05 Mar 00:06
Compare
Choose a tag to compare
  • Action generator detects keyword receive in action name and automatically add the argument name and key-value pair to the function.
  • Util generator detects keyword fetch in util name and automatically add a basic ajax request in the body of the function.
  • Added command remove or r to remove generated files.
  • Reducer generator now accepts actions and will automatically add the import and case statements.

v1.1

23 Jan 20:27
Compare
Choose a tag to compare
  • component generator will now recognize -f and -nc flags
  • when creating a root reducer, the generator will search through the reducers folder to automatically add import statements and key-value pairs for combineReducers function.
  • whenever a new reducer is created, the root reducer will automatically update with the new import statement and key-value pair