#Remix getting started confusion?

1 messages · Page 1 of 1 (latest)

vague oasis
#

I'm very confused reading remix docs:

Just getting started with Remix? The latest version of Remix is now React Router v7. If you want to use the latest framework features, you should use the React Router docs to get started.

Looking at the react-router-templates, I don't see a remix one?
https://github.com/remix-run/react-router-templates/tree/main/

Trying to understand the doc's:

Just getting started with Remix? The latest version of Remix is now React Router v7. If you want to use the latest framework features, you should use the create-react-router CLI to start a new project.

So I'm suppose to create a react router app then install remix on top of it ???

GitHub

Contribute to remix-run/react-router-templates development by creating an account on GitHub.

proven thorn
#

RR 7 is essentially the next version of Remix

#

so you just start a RR7 app, no need to install anything else

vague oasis
#

Which doc's should I be reading then, just the react router docs?

proven thorn
#

if you're starting a new project, that's the best place to start

#

you may have to consult the remix docs from time to time, as some of the information hasn't been moved over yet

vague oasis
#

thanks, this is great info