From 3a3e1d3e8052c74ac61234c29e13bfdcd94add2c Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 13 Aug 2022 02:09:06 +0400 Subject: [PATCH] Add next.js content --- .../102-react-ecosystem/101-ssr/100-next-js.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/103-react/content/102-react-ecosystem/101-ssr/100-next-js.md b/content/roadmaps/103-react/content/102-react-ecosystem/101-ssr/100-next-js.md index f0d7ab1b8..14320b970 100644 --- a/content/roadmaps/103-react/content/102-react-ecosystem/101-ssr/100-next-js.md +++ b/content/roadmaps/103-react/content/102-react-ecosystem/101-ssr/100-next-js.md @@ -1 +1,10 @@ -# Next js \ No newline at end of file +# Next.js + +Next.js is an open-source development framework built on top of Node.js enabling React based web applications functionalities such as server-side rendering and generating static websites. + +Free Resources +Official Website +Official Docs for Getting Started +Mastering Next.js +Next.js for Beginners - freeCodeCamp +The Next.js Handbook — freeCodeCamp