-
Notifications
You must be signed in to change notification settings - Fork 367
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
Redux Chapter #58
Comments
Let me know if you face any problems. Relevant: |
Thanks for reference! That will come in handy when I get to bonus chapters. |
I'm interested in this, is there any proposal or something? like date or something? |
No concrete date yet. I'll wait for redux 1.0 to appear and try porting the app to it then. Provided that goes well then a chapter is possible. It would highlight the changes needed when going from Alt to redux. That will help you to understand the core differences in detail. I'll most likely focus on the testing chapter next as there's a fair amount of demand for that. |
ooo thanks for replay, I'll be checking then... For now I found the tutorial https://github.com/happypoulp/redux-tutorial |
Cool, that tutorial looks nice on a quick glance. Thanks for linking. |
What is about redux now? 1.0 is released) |
Little update on this. Here's the blog post. I've also made a redux demo. I'll leave the issue open for now. The most likely scenario is that if it doesn't take a lot of effort, I'll rewrite Alt bits to use Redux instead at one point (Alt chapters will still be available through the repo). That reference implementation I did isn't too far off from Alt. Before doing this I'll give it some time, though. Even though Redux has developed forward nicely, there are bits like redux-router that aren't quite there yet. Ideally we wouldn't have to rely on beta/rc level libraries as that's too bleeding edge for my tastes. 👍 |
Show how to go from Alt to Redux and how the approaches differ.
The text was updated successfully, but these errors were encountered: