diff --git a/README.md b/README.md index 6a2079b..b3a4ee5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Next.js + Turbopack App Directory Playground +[![Chromatic Publish](https://github.com/YutaGoto/hyrule-selfy-compendium/actions/workflows/chromatic.yml/badge.svg)](https://github.com/YutaGoto/hyrule-selfy-compendium/actions/workflows/chromatic.yml) +[![CI](https://github.com/YutaGoto/hyrule-selfy-compendium/actions/workflows/lint.yml/badge.svg)](https://github.com/YutaGoto/hyrule-selfy-compendium/actions/workflows/lint.yml) + [Turbopack](https://turbo.build/pack) is a new incremental bundler optimized for JavaScript and TypeScript, written in Rust by the creators of Webpack and Next.js at [Vercel](https://vercel.com). On large applications Turbopack updates 10x faster than Vite and 700x faster than Webpack ([benchmark](https://turbo.build/pack/docs/benchmarks)). 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](https://github.com/vercel/app-playground), but uses Turbopack as the Next.js development server (`next dev --turbo`).