You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be nice to add a default Redux configuration.
I'm thinking it will accept a path to the "root" of your React app then generate a store.js file that uses redux-thunk as well as a folder with base reducers, actions, etc. It would be nice to come up with a standard structure for all of this (and not call the directory ducks).
The text was updated successfully, but these errors were encountered:
It could be nice to add a default Redux configuration.
I'm thinking it will accept a path to the "root" of your React app then generate a
store.js
file that usesredux-thunk
as well as a folder with base reducers, actions, etc. It would be nice to come up with a standard structure for all of this (and not call the directoryducks
).The text was updated successfully, but these errors were encountered: