From efe41847158479648e6076ff7989c17a6f4ac3c5 Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Wed, 20 Sep 2023 15:56:19 +0100 Subject: [PATCH] docs(social-network): change frameworks list react changed into next.js --- subjects/social-network/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/social-network/README.md b/subjects/social-network/README.md index 8f0064a395..72b308a5fb 100644 --- a/subjects/social-network/README.md +++ b/subjects/social-network/README.md @@ -27,9 +27,9 @@ Frameworks will help you to organize and implement the features you want on your Some of the most known JS frameworks around are: -- [React](https://reactjs.org/) +- [Next.js](https://nextjs.org/) - [Vue.js](https://vuejs.org/) -- [svelte](https://svelte.dev/) +- [Svelte](https://svelte.dev/) - [Mithril](https://mithril.js.org/) Caution: Note that JS frameworks are different from JS libraries. JS libraries contain code snippets that are used to perform common JavaScript functions, while frameworks will help you by laying out the groundwork/building the bases for your JS project.