Table of Contents
What is React?
React (also known as ReactJS) is an open-source JavaScript library that is used for building user interfaces specifically for single-page applications. It’s used for handling the view layer for web and mobile apps. React also allows us to create reusable UI components.
Main Concepts
- Hello World!
- JSX
- Props
- State
- Events
- Conditional Rendering
- Hooks
- Routing
Comming soon… React Zero to advance
Also Read :
- Bootstrap Complete Setup
- Chakra UI Setup
- Material UI Setup
- Tailwind CSS Setup
- Ionic Framework’s Setup
- JavaScript Absolute Beginner’s Guide
React is a Most Popular JavaScript Library.