Why learn React?
Table of Contents
Why learn React?
Outdated frameworks previously used for writing front-end applications
- Vanilla JavaScript
- JQuery
Reasons for React
- React is a very good framework.
- It abstracts away complexity - compared to using plain JavaScript.
- Developed at Facebook.
- Came up with the idea of Virtual DOM.
- Angular was inspired by it.
- It is already the standard in the industry.
- Other alternatives are based on React.
- e.g. NextJS