The Redux store exposes a subscription mechanism, allowing us to detect state updates. In this lesson, we’ll take advantage of this by rendering our UI in response to state changes. We’ll also get our first look at the dispatch method that will be used to trigger those updates.
I can confirm this app is still working with react v16, react-dom v16, redux v3.7.2 etc. Basically, create react app still works with this tutorial.
I can confirm this app is still working with react v16, react-dom v16, redux v3.7.2 etc. Basically, create react app still works with this tutorial.
Thanks for verifying that. I appreciate it :)
Why are you not using connect() for redux?
Why are you not using connect() for redux?
Just building up to it so you get the full picture of how the pieces all fit together. If you keep watching, video 11 introduces react-redux
.
I really like that you give neatly organized git repo along with tutorials, 5 stars