Skip to content

Commit

Permalink
Fix changeset typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Oct 18, 2024
1 parent a995410 commit 143f140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/popular-humans-attend.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Add unstable support for `routes.ts` to assist with the migration to React Router v7.

Config-based routing is the new default in React Router v7. Support for `routes.ts` and its related APIs in Remix are designed as a migration path to help minimize the number changes required when moving your Remix project over to React Router v7. Since React Router v7 is not yet stable, these APIs are also considered unstable.
Config-based routing is the new default in React Router v7. Support for `routes.ts` and its related APIs in Remix are designed as a migration path to help minimize the number of changes required when moving your Remix project over to React Router v7. Since React Router v7 is not yet stable, these APIs are also considered unstable.

The presence of an `app/routes.ts` file when using the Remix Vite plugin will disable Remix's built-in file system routing and opt your project into React Router v7's config-based routing.

Expand Down

0 comments on commit 143f140

Please sign in to comment.