Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CON-2110-Replace-react-with-next.js-in-social-network-subject #2207

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading