-
Notifications
You must be signed in to change notification settings - Fork 273
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
Example of route data resolution? #59
Comments
From what I've read the I generally dispatch actions from one of the component life-cycle methods, and rely on |
@r-park Thanks for the clarification. It doesn't look like your using |
@cameronroe the |
Awesome. Any recommended pieces on learning Saga? Seems like a few new concepts here. Thanks! |
Angular has a concept in it's ui.router you may know,
resolve
. I'm wondering if you would recommend doing that for react router, loading all data for a route usingonEnter
or using your componentWillMount..? Do you know the scalability of each?The text was updated successfully, but these errors were encountered: