Skip to content

Commit aba434b

Browse files
authored
Add Vite & vite-plugin-ssr to list of Toolchains
1 parent 71d794d commit aba434b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/docs/create-a-new-react-app.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ The following toolchains offer more flexibility and choice. We recommend them to
7979

8080
- **[Razzle](https://github.com/jaredpalmer/razzle)** is a server-rendering framework that doesn't require any configuration, but offers more flexibility than Next.js.
8181

82+
- **[Vite](https://vitejs.dev/)** is a frontend bundler based on a new approach (ESM lazy-transpiling) with a fundamentally faster developing experience.
83+
84+
- **[vite-plugin-ssr](https://vite-plugin-ssr.com)** is similar to Next.js but as a do-one-thing-do-it-well Vite plugin.
85+
8286
## Creating a Toolchain from Scratch {#creating-a-toolchain-from-scratch}
8387

8488
A JavaScript build toolchain typically consists of:

0 commit comments

Comments
 (0)