Introduction to React

Priyansh Darji
1 min readJun 11, 2021

React.js or ReactJS popularly known as React is an open-source front-end JavaScript library for building user interfaces or UI components. However, React is only concerned with state management and rendering that state to the DOM, so creating React applications usually requires the use of additional libraries for routing, as well as Styling Libraries to make your UI look attractive . React code is a combination of JavaScript and HTML commonly known as JSX. This Front End Library is based on two types of components namely Class-based components and Function-based components. Furthermore due to continuous Contribution from Developers across the world, feature rich Libraries keep on adding to React releases which can probably serve each and every use case that one might come across while developing their front-end applications.

Some Resources to get started with React:-

Happy Learning!!

--

--