1. 26
    Redux: Passing the Store Down with <Provider> from React Redux
    1m 30s

Redux: Passing the Store Down with <Provider> from React Redux

Share this video with your friends

Send Tweet

Learn how to use the Provider that comes with React Redux instead of the hand-rolled implementation from the previous lesson.

Varghese Pallathu
Varghese Pallathu
~ 8 years ago

Microsoft XAML has a property called DataContext which is exposed in it's XAML controls. The Redux pattern described here is the same that XAML had many years ago.

Herman
Herman
~ 5 years ago

I can't get context working with store. It stays undefined, I guess this is not up to date anymore.

Duy Nguyen
Duy Nguyen
~ 5 years ago

It stops working when I switch to Provider fro ReactRedux. Can't find way to debug this.

Duy Nguyen
Duy Nguyen
~ 5 years ago

It seems like if I use the same ReactRedux version like the one in this video, the bug goes away.