#Remix SPA Mode
1 messages · Page 1 of 1 (latest)
Try it incognito.
Works without errors.......... 🫨 Why?
Your extensions are acting up.
They insert some code in the html, which triggers the mismatch.
Maybe you know why useLoaderData don't return network state like useQuery from RQ, isLoading, isFetching or something like this?
You can still use RQ if you prefer that paradigm, but clientLoader/clientAction are mostly to help you transition toward full Remix data flow imo. https://remix.run/docs/en/main/guides/client-data#client-data
Remix