training/front-end/02-react.md
See previous session
let and constFollow the tutorial: https://reactjs.org/docs/hello-world.html
We have chosen this tutorial over the "learn by doing" one because it introduces the concepts behind React. It is very well done and very complete.
It is a good exercise to start from a Vanilla JS template and setup CodeSandbox.
react and react-dom dependenciesUse one of our hiring exercises.
Basics:
key prop?Advanced: