Releases: davidhu2000/react_redux_generator
Releases · davidhu2000/react_redux_generator
Version 1.2
- 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 basicajax
request in the body of the function. - Added command
remove
orr
to remove generated files. - Reducer generator now accepts actions and will automatically add the import and case statements.
v1.1
- 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