From 218780cd0503431609161bdee498257532b73a77 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 13 Aug 2022 02:09:38 +0400 Subject: [PATCH] Add ssg content --- .../content/102-react-ecosystem/102-ssg/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/103-react/content/102-react-ecosystem/102-ssg/readme.md b/content/roadmaps/103-react/content/102-react-ecosystem/102-ssg/readme.md index fdf447848..5493f99e9 100644 --- a/content/roadmaps/103-react/content/102-react-ecosystem/102-ssg/readme.md +++ b/content/roadmaps/103-react/content/102-react-ecosystem/102-ssg/readme.md @@ -1 +1,9 @@ -# Ssg \ No newline at end of file +# Static Site Generators + +A static site generator is a tool that generates a full static HTML website based on raw data and a set of templates. Essentially, a static site generator automates the task of coding individual HTML pages and gets those pages ready to serve to users ahead of time. Because these HTML pages are pre-built, they can load very quickly in users' browsers. + +Free Content +What is a static site generator? +Next.js SSG +Gatsby SSG +SSG — An 11ty, Vite And JAM Sandwich