Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating Store Logic - Actions, Reducers, Selectors and Sagas #7

Open
kamescg opened this issue Jun 17, 2017 · 2 comments
Open

Generating Store Logic - Actions, Reducers, Selectors and Sagas #7

kamescg opened this issue Jun 17, 2017 · 2 comments

Comments

@kamescg
Copy link

kamescg commented Jun 17, 2017

Maybe this might be integrated in one of the tools you published, but I really like the Redux store approach in the Arc repo.

In addition to generating Generact creating components, would you be open to adding support for Generact generating Redux store logic: actions, reducers, selectors and sagas into the Generact CLI?

I would love to contribute and help write the code if you're open to a pull request?

@diegohaz
Copy link
Owner

I'm thinking about this. But on redux it's very hard to keep it "working no matter how the app is structured".

Maybe it should be another project (generux? hahaha)

@kamescg
Copy link
Author

kamescg commented Jun 18, 2017

I like the idea of Generux :)

I was thinking it could follow the convention used in the Arc repo. It doesn't have to work for every project, just every project that follows a certain strategy/approach to managing state.

My initial thoughts were the CLI could contain more in-depth questions are also possibly interact with a JSON file to pull a seed variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants