From 6d68793dff66f3b52406c4c41f68e6d1767d3fbc 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.