Does Shopify Marketing website still use Remix? #10602
mkstayalive
started this conversation in
General
Replies: 1 comment
-
They have already upgraded to React Router v7 Framework mode, you can check that they have If they show a native loading indicator is because their links are, for some reason, not doing a client-side navigation. Right now there's no way to show the browser's native loading indicator. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Although the Remix showcase page advertises that Shopify's marketing page uses Remix, I am not sure if they still do.
My reasoning is I'm not able to search for the term "remix" in their "view source" page. Usually Remix powered websites can be identified by this simple search.
Another reason is I see the page navigations happen to show browser's native loading indicator - not something I have seen in other Remix based websites. The best I have seen is nprogress indicator implemented. Is it possible to show browser's native loading indicator while using Remix?
Beta Was this translation helpful? Give feedback.
All reactions