reactjs is a library and not a framework like angular

A Brief Introduction to React.js

Hey everyone 👋🏻, In this article, let us cover a brief introduction to React.js Introduction React is an open source, front-end JavaScript Library for building modern sleek user interfaces. It is maintained by Facebook. It is used to create SPAs. Why React ? Uses component based architecture to structure your application. Allows you to write reusable components that…