stylesuxx / generator-react-webpack-redux

React Webpack Generator including Redux support
Other
552 stars 84 forks source link

Is there any way to get the actions and reducers generated to a given endpoint #54

Closed dinukadesilva closed 7 years ago

dinukadesilva commented 8 years ago

For an example,

To get generated actions and reducers defined by giving following parameters

endpoint: /user schema: {"name": "string", "email": "string"}

stylesuxx commented 8 years ago

Hey @dinukadesilva I am not sure I understand your question. Actions and reducers exist independent of the components.

Could you maybe rephrase your question?

stylesuxx commented 7 years ago

Closing this down for lack of information, feel free to reopen any time with more information.