Signup/Sign In
LAST UPDATED: MAY 29, 2021

ReactJS is the most used library for Modern Web development. It was created by Meta (Facebook) and is used by top product companies around the world. The current version of ReactJS is React 19.

The popular development stack MERN, also uses ReactJS for frontend development. In MERN, the 'R' stands for ReactJS.

In ReactJS, the user interface is divided into components. Each component is nothing but a JavaScript function that returns JSX code.

JSX stands for JavaScript XML, it's used to create the User interface with HTML-like syntax.

If you are a beginner and have just started to learn ReactJS, you should check out this amazing Playlist on YouTube created by me (Abhishek Ahlawat), where I have covered all the topics of ReactJS, as per the latest version of ReactJS.

ReactJS Playlist on YouTube

You will also find amazing videos covering the most popular ReactJS related npm packages like react-router-dom, axios, redux, formik, react-bootstrap, etc.