Relay
Does anyone use Relay and the Entrypoint pattern? I'm currently using react router with https://github.com/loop-payments/react-router-relay, i want to test using tanstack router since react router has unnecessary re-renders that impact my app (has 3d visualizations so rerenders are pain) (https://github.com/remix-run/react-router/issues/7634).
This is all i found https://github.com/TanStack/router/discussions/807, I suspect its possible but just checking first
0 Replies