Getting Started with React
Getting started: Node, Vite React template, open App.jsx, return <h1>Hello React</h1>, npm run dev. If the browser shows Hello React, tooling works. Then make Hello({ name }) and pass a name. That is week one. Don’t install Redux, Tailwind, and ten UI kits on day one.
Getting Started with React — on screen — Hello React. If this shows, install + entry file are fine.
index.html #root
│ createRoot
▼
App
│
▼
childrenHello React on screen, then one prop.