DEV Community

Discussion on: Understanding render-as-you-fetch with React & Relay

Collapse
 
ofqwx profile image
Antonio Aznarez

I'm currently working on a project with React + Relay and looking for a routing solution. I think react-location (react-location.tanstack.com/) might by another option to explore. I think they have a similar approach that might work with relay by calling the queries before render through the loader prop.