ReactJS is a library that lets you build web applications from scratch. It has two types of components — Functional component and Class component. In functional component we cannot use ‘this’ keyword of JavaScript. We can only write variable value and call functions as events. In react we can have a component holding other components.
Sort: