React JS. Features and description

Published: Aug. 10, 2020, 12:06 p.m.

https://www.linkedin.com/in/alex-cher/


React JS. Features and description.

Yeah, the sound is not the best.


Components:

1 ReactDOM.render(<Greeter greeting="Hello World!" />, 2 document.getElementById('myReactApp'));

An example of JSX code:

1 class App extends React.Component {

 2 render() {

 3  return (

 4   <div>

 5    <p>Header</p>

 6    <p>Content</p>

 7    <p>Footer</p>

 8   </div>

 9  );

10 }

11 }




Get early access and exclusive content:

https://www.patreon.com/angrydeveloper