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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: