https://github.com/georginapuig/complete-intro-to-react-v8
The Complete Intro to React (v8) by Brian Holt on Frontend Masters
https://github.com/georginapuig/complete-intro-to-react-v8
brian-holt effects frontend frontendmasters hooks pagination portals react react-hooks react-query react-router
Last synced: about 2 months ago
JSON representation
The Complete Intro to React (v8) by Brian Holt on Frontend Masters
- Host: GitHub
- URL: https://github.com/georginapuig/complete-intro-to-react-v8
- Owner: georginapuig
- Created: 2023-03-29T02:35:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T04:17:45.000Z (over 2 years ago)
- Last Synced: 2025-03-29T05:13:12.919Z (6 months ago)
- Topics: brian-holt, effects, frontend, frontendmasters, hooks, pagination, portals, react, react-hooks, react-query, react-router
- Language: JavaScript
- Homepage: https://react-v8.holt.courses
- Size: 4.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# complete-intro-to-react-v8 (+ adopt me pagination)
Learn to build real-world applications using modern React 18.x+! Much more than an intro, you’ll start from the ground up, getting to using the latest features in React, including hooks, effects, context, and portals. Throughout the course, you’ll piece together tools from the entire React ecosystem (like Vite, ESLint, TailwindCSS, React Router, and React Query) to build a complete application to browse adoptable pets!
## Setup
```bash
npm install
```To start
```bash
npm run dev
```