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

Step 2: Introduce state management with Redux (reduxular) #2

Open
lastmjs opened this issue Oct 6, 2020 · 0 comments
Open

Step 2: Introduce state management with Redux (reduxular) #2

lastmjs opened this issue Oct 6, 2020 · 0 comments

Comments

@lastmjs
Copy link
Collaborator

lastmjs commented Oct 6, 2020

Redux is an excellent way to manage the state changes (mutations) in your application, and allow components to render in response to state changes (making your components reactive). Reduxular is a library that @electrovir and I wrote that makes working with Redux very simple, and it allows you to use the normal mutative syntax you are used to. It's a good compromise between functional and more OO ways of building frontends.

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

1 participant