How To Create A Component In React Day 3

Опубликовано: 20 Октябрь 2024
на канале: DotNetCornerYT
9
1

#react #reactjs #reactjscourse #reactjstutorial
How To Create A Component In React - Hindi In 2024

In this video, you will learn
1) The basic structure of the React app, like how main.jsx and app.jsx render into the index.html page.
2) Rule to create a new react component.
3) Using React you will write declarative code.
In react everything is as beginner understanding, “Everything/Component is JavaScript function”
4) Rule:
Function name start with upper case.
the function must return a renderable value.