From 4b143dc73f259969b62d0c6a5c75bd0437e92399 Mon Sep 17 00:00:00 2001 From: Riri Date: Mon, 7 Aug 2023 11:33:23 +0800 Subject: [PATCH] docs: add vite-react-ssg --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8d0c67b9..698197bf 100644 --- a/README.md +++ b/README.md @@ -548,6 +548,10 @@ In this section, we use badges to indicate the targeted Vue version for each plu - [vite-plugin-react-inspector](https://github.com/sudongyuer/vite-plugin-react-inspector) - Jump to local IDE source code while click the element of browser. - [vite-plugin-react-click-to-component](https://github.com/ArnaudBarre/vite-plugin-react-click-to-component) - Uses Vite's launch middleware to enable alt+click to go to component. +#### SSG + +- [vite-react-ssg](https://github.com/Daydreamer-riri/vite-react-ssg) - Static-site generation for React. + > 💡 SSR frameworks are listed at [SSR - Frameworks](#ssr).