React uses components and JSX:
function Welcome({ name }) {
return <h1>Hello, {name}</h1>;
}
// Use it
<Welcome name="Alice" />
React's component model matches how you think about UIs. Learn React if you want maximum job opportunities.
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
The most popular choice
React uses components and JSX:
function Welcome({ name }) {
return <h1>Hello, {name}</h1>;
}
// Use it
<Welcome name="Alice" />
React's component model matches how you think about UIs. Learn React if you want maximum job opportunities.