Releases: davidhu2000/react_redux_generator
Releases · davidhu2000/react_redux_generator
Version 1.2
- Action generator detects keyword
receivein action name and automatically add the argument name and key-value pair to the function. - Util generator detects keyword
fetchin util name and automatically add a basicajaxrequest in the body of the function. - Added command
removeorrto remove generated files. - Reducer generator now accepts actions and will automatically add the import and case statements.
v1.1
- component generator will now recognize
-fand-ncflags - when creating a root reducer, the generator will search through the reducers folder to automatically add import statements and key-value pairs for
combineReducersfunction. - whenever a new reducer is created, the root reducer will automatically update with the new import statement and key-value pair