To learn the basic fundamentals of React and build a shopping cart-type app.
I followed this great indepth tutorial.
I learnt about:
- JSX
- Rendering lists
- Conditional Rendering
- Updating the state
- Functional components
- Multiple components in Sync
- Passing Data
- Debugging using React dev tools
- Props
- Raising and handling events
- Lifting the state
- Functional Components
- Lifecycle hooks
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
This project was bootstrapped with Create React App.