- 7 Sections
- 67 Lessons
- Lifetime
Expand all sectionsCollapse all sections
- Pendahuluan3
- Fundamentals of React23
- 2.1Our First React App
- 2.2Understanding Folder Structure
- 2.3Introduction to Components
- 2.4Functional Components
- 2.5Class Components
- 2.6Introduction to Hooks
- 2.7Understanding JSX
- 2.8Props in React
- 2.9State in React
- 2.10setState Method
- 2.11useState Hook
- 2.12useState with Previous State
- 2.13useState with Object
- 2.14useState with Array
- 2.15Destructuring Props and State
- 2.16Styling and CSS Basics
- 2.17Event Handling
- 2.18Binding Event Handlers
- 2.19Methods as Props
- 2.20Conditional Rendering
- 2.21List Rendering
- 2.22Lists and Keys
- 2.23Index as Key
- Advanced React Concepts20
- 3.1Basics of Form Handling
- 3.2Component Lifecycle Methods
- 3.3Component Mounting Lifecycle Methods
- 3.4Component Updating Lifecycle Methods
- 3.5useEffect Hook
- 3.6Conditionally Run Effects
- 3.7Run Effects Only Once
- 3.8useEffect with Cleanup
- 3.9Fragments
- 3.10memo
- 3.11useCallback Hook
- 3.12useMemo Hook
- 3.13Refs
- 3.14Refs with Class Components
- 3.15Forwarding Refs
- 3.16useRef Hook
- 3.17Portals
- 3.18Error Boundary
- 3.19Higher Order Components
- 3.20Render Props
- Integrating React with HTTP3
- Advanced React Concepts9
- Project7
- Conclusion2
Introduction to Components
Sebelumnya
Class Components
Selanjutnya
