FrontEndMasters Complete Intro to React V5

From the first note in the notebook:

Project Setup

https://frontendmasters.com/courses/complete-react-v5/project-setup/

Pure React

At first he didn't like JSX. In the beginning we will write React with no transpiler, jsx, just pur JavaScript.

It's much more clear this way, no black magic, you understand what problems it solves.

Base setup, HTML and JavaScript files

Creates the adopt-me folder and opens with VSCode.

Continue to the rest of the note ⇒