1. 7
    Render React UI Based on State Changes with Subscribe in Redux
    2m 7s

Render React UI Based on State Changes with Subscribe in Redux

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

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.

Tony Brown
~ 7 years ago

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.

Andy Van Slaarsinstructor
~ 7 years ago

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 :)

Martin Patino
~ 6 years ago

Why are you not using connect() for redux?

Andy Van Slaarsinstructor
~ 6 years ago

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.

Janis
~ 5 years ago

I really like that you give neatly organized git repo along with tutorials, 5 stars