React with Hooks for Beginners
Learn the fundamentals of React with Hooks to create your apps and deploy them
What is JSX?
Writing Our First App
Components #1
Components #2
Writing Components
Understanding Our App Structure
Props
Lifecycle Methods
State #1
State #2
Seconds Counter App
Handling Forms
Controlled Components
The Hooks System
The useState() Hook
The useEffect() Hook
Refactoring the Seconds Counter App
The Return Statement Inside of useEffect()
Functioncal vs. Class Components
Introduction
The Article Searcher App
Sending Requests
Displaying the Results
The dangerouslySetInnerHTML Prop
The key Prop
Deployment with Vercel
Alternative Method