React Tutorial to get started with React in 2024.
You don't need to master React to build and ship web applications.
In this 15-minute-long video, I'll show you all you need to start using React, without getting mad.
🚀 Want to build and launch SaaS products fast?
Check out my battle-tested Next.js SaaS and Chrome Extension Boilerplate https://shipped.club
Subscribe to my newsletter to follow a solopreneur on the road to freedom https://www.solopreneurtofreedom.com/
👋 Stay connected
Twitter: https://x.com/ikoichi
Threads: https://www.threads.net/@luca.restagn...
In this video, I'll show you how to:
create a React app from scratch
create reusable components
the only, and unique React Hooks you need (useState, useEffect, useRef).
📖 TABLE OF CONTENT
00:00 Intro
00:23 Create React App
01:08 Create a component
03:43 React component state (useState)
07:45 useEffect hook
09:33 useRef hook