Skip to content

Commit

Permalink
docs: remove svelte 5's preview status in performance (#12864)
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys authored Oct 23, 2024
1 parent f9a9816 commit 312f130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/40-best-practices/05-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can reduce the size of font files by [subsetting](https://web.dev/learn/perf

### Svelte version

We recommend running the latest version of Svelte. Svelte 4 is smaller and faster than Svelte 3. (The [Svelte 5 preview](https://svelte-5-preview.vercel.app/) is much smaller and faster still, but we don't recommend that you upgrade to this version until it's production ready.)
We recommend running the latest version of Svelte. Svelte 5 is smaller and faster than Svelte 4, which is smaller and faster than Svelte 3.

### Packages

Expand Down

0 comments on commit 312f130

Please sign in to comment.