Skip to content

Remix quickstart is out of date #4068

@gorohoroh

Description

@gorohoroh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions