The Remix quickstart can't be completed as is because Remix has been upstreamed into React Router and significantly updated in the last 2 years. Therefore:
npx create-remix@latest mysite doesn't work any longer, suggests using npx create-react-router@latest mysite instead.
- The suggested contents of
mysite/app/root.tsx use earlier APIs and imports that are not available in the current React Router.
- There's a suggested change to
entry.server.tsx, which is not scaffolded anymore.
I'm sure there are further differences, but I can't provide details as I wasn't able to complete the quickstart.
The Remix quickstart can't be completed as is because Remix has been upstreamed into React Router and significantly updated in the last 2 years. Therefore:
npx create-remix@latest mysitedoesn't work any longer, suggests usingnpx create-react-router@latest mysiteinstead.mysite/app/root.tsxuse earlier APIs and imports that are not available in the current React Router.entry.server.tsx, which is not scaffolded anymore.I'm sure there are further differences, but I can't provide details as I wasn't able to complete the quickstart.