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 ???