Skip to content

Remix (React Router v7)

Terminal window
tinkerise web remix my-remix-app --no-install
Terminal window
tinkerise web remix my-remix-app --no-git

Use remix when you want:

  • Full-stack React with nested routing and data loaders/actions
  • A framework centered around web standards and route modules
  • The React Router v7 scaffolding flow via tinkerise
  • Node.js >=18.0.0
  • npx available in your Node install
tinkerise flagNative create-react-router flagNotes
--typescript(none)React Router v7 defaults to TypeScript
--no-git--no-git-initSkips git initialization
--no-install--no-installSkips dependency install
  • tinkerise delegates to create-react-router.
  • The registry intentionally uses this command instead of legacy create-remix.
  • Pass-through args are enabled.

Native pass-through example:

Terminal window
tinkerise web remix my-remix-app -- --template remix

You get the official React Router v7 scaffold output, including:

  • Route-module project structure
  • Build and dev scripts with framework defaults
  • TypeScript-ready app skeleton files

See full CLI flags: /reference/commands/