relay-hooks icon indicating copy to clipboard operation
relay-hooks copied to clipboard

Which existing routing solutions work with relay-hooks?

Open gajus opened this issue 4 years ago • 3 comments

Relay docs link to react-router and Found (https://relay.dev/docs/en/routing), but neither works with relay-hooks.

Is there any known implementation of a router that works with relay-hooks?

gajus avatar Sep 21 '20 21:09 gajus

react-router v5 is not compatible

https://github.com/ReactTraining/react-router/pull/7010#issuecomment-547625602

react-router v6 should be closer

sibelius avatar Sep 21 '20 21:09 sibelius

Cool

gajus avatar Sep 21 '20 21:09 gajus

Can I suggest this is reopened to solicit further suggestions, especially wrt preloading, which is currently not possible with react-router v6 per https://github.com/ReactTraining/react-router/issues/7200#issuecomment-816919413

What are people's preferred routers?

axhl avatar Jul 07 '21 22:07 axhl