rsnext/examples/with-turbopack
Lee Robinson fa1370fd9b
Update links from beta to stable docs. (#49349)
Now that the beta docs have been merged into stable with the release of
13.4, this updates all links as some paths have changed due to
redirects.

---------

Co-authored-by: Steven <steven@ceriously.com>
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
Co-authored-by: JJ Kasper <jj@jjsweb.site>
2023-05-11 11:52:29 -07:00
..
app Update links from beta to stable docs. (#49349) 2023-05-11 11:52:29 -07:00
lib Fix styled-components setup in turbo example (#44165) 2022-12-19 20:59:16 +00:00
public Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
styles Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
ui Fix next/link codemod errors in with-turbopack (#42203) 2022-10-30 21:06:35 -07:00
.gitignore Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
.npmrc Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
next-env.d.ts Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
next.config.js Remove swcMinify option from example configs (#43012) 2022-11-16 13:39:26 -08:00
package.json update with-turbopack example for postcss/tailwind support (#44261) 2022-12-22 13:20:15 +01:00
postcss.config.js update with-turbopack example for postcss/tailwind support (#44261) 2022-12-22 13:20:15 +01:00
README.md Turbopack alpha -> beta (#49103) 2023-05-04 16:53:40 +02:00
tailwind.config.js Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
tsconfig.json Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00

Next.js + Turbopack App Directory Playground

Turbopack is a new incremental bundler optimized for JavaScript and TypeScript, written in Rust by the creators of Webpack and Next.js at Vercel. On large applications Turbopack updates 10x faster than Vite and 700x faster than Webpack (benchmark). For the biggest applications the difference grows even more stark with updates up to 20x faster than Vite.

This playground is a mirror of the Next.js v13 App Directory Playground, but uses Turbopack as the Next.js development server (next dev --turbo).

As a reminder, Turbopack is currently in beta and not yet ready for production. We appreciate your ongoing support as we work to make it ready for everyone.

Running Locally

  1. Install dependencies: yarn
  2. Start the dev server: yarn dev

Note: The playground uses Tailwind CSS via PostCSS.

For more information, see: https://turbo.build/pack/docs/features/css#tailwind-css

Documentation

https://nextjs.link/with-turbopack

Providing Feedback

https://nextjs.link/turbopack-feedback