Welcome to this tutorial on building a modern app using React. In this tutorial, I will be following various topics discussed in a Programming with Mosh tutorial to help myself get started with React development.
This is a tutorial on how to build a modern app using React. Topics covered in this tutorial include:
- Setting Up the Development Environment
- Creating a React App
- Project Structure
- Creating a React Component
- How React Works
- React Ecosystem
- Building Components
- Creating a ListGroup Component
- Fragments
- Rendering Lists
- Conditional Rendering
- Handling Events
- Managing State
- Passing Data Via Props
- Passing Functions Via Props
- State Vs Props
- Passing Children
- Inspecting Components with React Dev Tools
- Exercise: Building a Button Component
- Exercise: Showing an Alert
For detailed instructions and examples, you can watch the video tutorial on YouTube: Watch the Tutorial