Browse Source

docs(social-network): change frameworks list

react changed into next.js
pull/2211/head
Michele Sessa 8 months ago committed by Michele
parent
commit
efe4184715
  1. 4
      subjects/social-network/README.md

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

Loading…
Cancel
Save