Session 02: Introducing JSX, Components and Props
Create a react project (typescript)
At current folder, open terminal / bash / powershell:
npx create-react-app my-app --template typescript
or
At current folder, open terminal / bash / powershell:
yarn create react-app my-app --template typescript
1. Introducing JSX
2. First Elements
3. Importing and Exporting Components
4. Writing Markup with JSX
5 Passing Props to a Component
6. Conditional Rendering
7. Rendering Lists
Read more: CSS in React (CSS Flexbox)
https://www.youtube.com/watch?v=z6tJ5ngiF14&list=PLC3y8-rFHvwg6rjbiMadCILrjh7QkvzoQ