entria / ReactNavigationRelayModern

React Navigation integration with Relay
173 stars 23 forks source link

Web App compatibility? #11

Open alexhawkins opened 7 years ago

alexhawkins commented 7 years ago

Awesome work here! Will this setup work as a regular web app as well or would changes be required? For example, would something like this be required? https://github.com/react-community/react-navigation/tree/master/website. Would be great to see a website version of ReactNavigationRelayModern. I randomly stumbled upon react-navigation today but now I'm thinking it might be the way to go. I'm currently transitioning an enormous web app from relay classic to relay modern. Here is the relay classic version of what I and one other teammate built for this company. https://beta.onehopewine.com/shop/wine/wine Would love to get rid of react-relay-router in lieu of react-navigation but I'm a little confused as to how to go about doing this. I need to be able to make use of PaginatioContainers and RefetchContainers just as you have done. Any thoughts, ideas would be much appreciated. Thanks.

sibelius commented 7 years ago

I think we can go in 3 directions:

I'll accept a PR for this

markymc commented 6 years ago

+1 for react-native-web!