#Remix SPA Mode

1 messages · Page 1 of 1 (latest)

dark flame
#

I just run command like in documentation. Simple:

  1. npx create-remix@latest --template remix-run/remix/templates/spa
  2. npm run dev

And have many bugs with HTML <meta> tag and hydration issues.
Do you have it in your SPA apps or maybe this is only in 2.6.0 version?

#

I try with Remix 2.5.1 is the same.

torn river
#

Try it incognito.

dark flame
#

Works without errors.......... 🫨 Why?

torn river
#

Your extensions are acting up.

#

They insert some code in the html, which triggers the mismatch.

dark flame
#

Maybe you know why useLoaderData don't return network state like useQuery from RQ, isLoading, isFetching or something like this?

torn river