Skip to content

Commit

Permalink
Merge branch 'remix-run:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 13, 2024
2 parents 95dd495 + 8f6e21f commit 26eb1c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
- davecranwell-vocovo
- DavidHollins6
- davongit
- dcramer
- Deanmv
- defjosiah
- denissb
Expand Down Expand Up @@ -607,6 +608,7 @@
- tombyrer
- tomer-yechiel
- TomerAberbach
- tometo-dev
- TomVance
- toufiqnuur
- toyozaki
Expand Down
2 changes: 1 addition & 1 deletion docs/future/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ This also means that the following configuration defaults have been changed:
- [publicPath][public-path] has been replaced by [Vite's "base" option][vite-base] which defaults to `"/"` rather than `"/build/"`.
- [serverBuildPath][server-build-path] has been replaced by `serverBuildFile` which defaults to `"index.js"`. This file will be written into the server directory within your configured `buildDirectory`.

One of the reasons that Remix is moving to Vite is, so you have less to learn when adopting Remix.
One of the reasons that Remix is moving to Vite is so you have less to learn when adopting Remix.
This means that, for any additional bundling features you'd like to use, you should reference [Vite documentation][vite] and the [Vite plugin community][vite-plugins] rather than the Remix documentation.

Vite has many [features][vite-features] and [plugins][vite-plugins] that are not built into the existing Remix compiler.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/migrating-react-router-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ Now then, go off and _remix your app_. We think you'll like what you build along
[loader-data]: ../route/loader
[client-only-component]: https://github.com/sergiodxa/remix-utils/blob/main/src/react/client-only.tsx
[remix-utils]: https://www.npmjs.com/package/remix-utils
[examples-repository]: https://github.com/remix-run/examples/blob/main/client-only-components/app/routes/index.tsx
[examples-repository]: https://github.com/remix-run/examples/blob/main/client-only-components/app/routes/_index.tsx
[react-lazy]: https://reactjs.org/docs/code-splitting.html#reactlazy
[react-suspense]: https://reactjs.org/docs/react-api.html#reactsuspense
[client-only-approach]: #client-only-components
Expand Down

0 comments on commit 26eb1c1

Please sign in to comment.