Skip to content

Commit

Permalink
Merge pull request #144 from YutaGoto/update-README
Browse files Browse the repository at this point in the history
📝 add badges
  • Loading branch information
YutaGoto authored Jan 31, 2024
2 parents 342bb3a + afaaee3 commit 7f45407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`).
Expand Down

0 comments on commit 7f45407

Please sign in to comment.