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

Support for React Router v4 #109

Open
oyeanuj opened this issue Sep 1, 2017 · 2 comments
Open

Support for React Router v4 #109

oyeanuj opened this issue Sep 1, 2017 · 2 comments

Comments

@oyeanuj
Copy link

oyeanuj commented Sep 1, 2017

Hi @ctumolosus, thank you for open sourcing this library. Wondering if you are considering adding support for React Router v4 - especially with SSR?

@ctumolosus
Copy link
Contributor

Hi, @oyeanuj - I do plan to eventually support React Route 4. I need to dive deeper into their API and implementation to come up with the right approach. Unfortunately, it's not something I'm actively working on since we have a lot of other priorities. If you have some ideas, please do not hesitate to share them with me.

@oyeanuj
Copy link
Author

oyeanuj commented Sep 1, 2017

@ctumolosus From my research so far, it seems the most flexible implementation would be to associate data fetching at a component level (regardless of whether it is a route component or not), and then use the strategy deployed here to make the fetch: ctrlplusb/react-universally#479 (comment) (someone using it for async components with RR4, but could totally be useful for redux-fetch)

Hope that can help!

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

No branches or pull requests

2 participants