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

Make redux container take props #35

Merged
merged 3 commits into from
May 9, 2017
Merged

Conversation

shogowada
Copy link
Owner

@shogowada shogowada commented May 9, 2017

Breaking changes:

  • Make Redux containers take Props[OwnProps] instead of OwnProps
    • Now Redux containers can access router props (e.g. location, history, and match).
      • This enables to better separate container components and presentational components for components that need router props.

@shogowada shogowada merged commit e656516 into master May 9, 2017
@shogowada shogowada deleted the Make_Redux_container_take_props branch May 9, 2017 12:34
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.

1 participant