Subjects / React
React
Components, props, state, and the mental model behind modern UI development.
Who this is for
Learners who know JavaScript basics (or are learning them in parallel) and want to build UIs with React.
What we cover
- Components, JSX, and props
- State and event handling at an introductory to intermediate level
- Project structure and reading existing codebases
- Hooks fundamentals where appropriate
Typical session structure
- Align on a small feature or lesson target
- Walk through concepts with a shared screen
- Implement or refactor together
- Summarize patterns to reuse next time
What you need at home
- Node.js installed if we run a local dev server (I can guide setup)
- Online session and a code editor you like