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
--package-manager <pm>--package-managerSupports npm, pnpm, yarn, bun
--template <template>--templateStarter template name
--overwrite--overwriteOverwrite existing directory
  • tinkerise delegates to create-react-router.
  • --yes is auto-injected so all scaffolding runs non-interactively.
  • The registry intentionally uses this command instead of legacy create-remix.
  • Pass-through args are enabled.

Example with template:

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/