docs(social-network): change frameworks list

react changed into next.js
This commit is contained in:
Michele Sessa 2023-09-20 15:56:19 +01:00 committed by Michele
parent 3ba232e161
commit efe4184715
1 changed files with 2 additions and 2 deletions

View File

@ -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.