- [x] Components in React
- [x] Understanding Class Component
- [x] Understanding Functional Component
- [x] Understanding Props
- [x] Rendering & Conditional Rendering in React
- [x] Composition & Inheritance
- [x] Events in ReactJS
Components in React
- What is component in react?
- class components vs functional components
- understanding JSX
- Fragments in component
- Reusability of Components
- Component life cycle
- Pure Components