You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/create-a-new-react-app.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,10 @@ The following toolchains offer more flexibility and choice. We recommend them to
79
79
80
80
-**[Razzle](https://github.com/jaredpalmer/razzle)** is a server-rendering framework that doesn't require any configuration, but offers more flexibility than Next.js.
81
81
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
+
82
86
## Creating a Toolchain from Scratch {#creating-a-toolchain-from-scratch}
83
87
84
88
A JavaScript build toolchain typically consists of:
0 commit comments