1 Initialize Project
Set up a new React project using Vite and Bun, and understand the basic structure of a React application.
Set up a new React project using Vite and Bun, and understand the basic structure of a React application.
Build reusable UI from typed components — pass data through props, render lists with keys, compose components, and co-locate per-component styles.