Skip to content

Commit

Permalink
docs(social-network): change frameworks list
Browse files Browse the repository at this point in the history
react changed into next.js
  • Loading branch information
mikysett committed Sep 20, 2023
1 parent 3ba232e commit efe4184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subjects/social-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit efe4184

Please sign in to comment.