Skip to content
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

Pass store as prop to Root component in real-world example #537

Closed
wants to merge 1 commit into from
Closed

Pass store as prop to Root component in real-world example #537

wants to merge 1 commit into from

Conversation

ForbesLindesay
Copy link
Contributor

The advantage of passing the store in from the top level is essentially the same as the advantage of passing the History object in from the top level:

It makes it easier to re-use the Root component in a universal app.

@gaearon
Copy link
Contributor

gaearon commented Aug 16, 2015

Unfortunately this breaks hot reloading reducers until we fix the underlying problem. #301 #350

@gaearon
Copy link
Contributor

gaearon commented Aug 31, 2015

This is superseded by #667, where I removed <Root>.
Thanks!

@gaearon gaearon closed this Aug 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants