Remix (React Router v7)
Quick start
Section titled “Quick start”tinkerise web remix my-remix-app --no-installtinkerise web remix my-remix-app --no-gitWhen to use
Section titled “When to use”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
Prerequisites
Section titled “Prerequisites”- Node.js
>=18.0.0 npxavailable in your Node install
Unified flags
Section titled “Unified flags”| tinkerise flag | Native create-react-router flag | Notes |
|---|---|---|
--typescript | (none) | React Router v7 defaults to TypeScript |
--no-git | --no-git-init | Skips git initialization |
--no-install | --no-install | Skips dependency install |
Framework-specific behavior
Section titled “Framework-specific behavior”- 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:
tinkerise web remix my-remix-app -- --template remixGenerated output
Section titled “Generated output”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
Related enhancements
Section titled “Related enhancements”Command reference
Section titled “Command reference”See full CLI flags: /reference/commands/