From aba434b2a2c5ce72449d9d3d049ba027fac972bf Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Sun, 25 Jul 2021 11:39:37 +0200 Subject: [PATCH] Add Vite & vite-plugin-ssr to list of Toolchains --- content/docs/create-a-new-react-app.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index 12afba206ca..80ce4a200d5 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -79,6 +79,10 @@ The following toolchains offer more flexibility and choice. We recommend them to - **[Razzle](https://github.com/jaredpalmer/razzle)** is a server-rendering framework that doesn't require any configuration, but offers more flexibility than Next.js. +- **[Vite](https://vitejs.dev/)** is a frontend bundler based on a new approach (ESM lazy-transpiling) with a fundamentally faster developing experience. + +- **[vite-plugin-ssr](https://vite-plugin-ssr.com)** is similar to Next.js but as a do-one-thing-do-it-well Vite plugin. + ## Creating a Toolchain from Scratch {#creating-a-toolchain-from-scratch} A JavaScript build toolchain typically consists of: