https://github.com/georginapuig/intermediate-react-v5
Intermediate React (v5) by Brian Holt on Frontend Masters
https://github.com/georginapuig/intermediate-react-v5
react react-performance tailwindcss typescript vite vitest
Last synced: 7 months ago
JSON representation
Intermediate React (v5) by Brian Holt on Frontend Masters
- Host: GitHub
- URL: https://github.com/georginapuig/intermediate-react-v5
- Owner: georginapuig
- Created: 2023-05-18T17:31:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T18:13:30.000Z (over 2 years ago)
- Last Synced: 2025-02-03T14:48:55.993Z (8 months ago)
- Topics: react, react-performance, tailwindcss, typescript, vite, vitest
- Language: JavaScript
- Homepage: https://react-v8.holt.courses/lessons/intermediate-react-v5/welcome-to-intermediate-react-v5
- Size: 508 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# intermediate-react-v5
Learn to build scalable React 18.x+ applications using the latest tools and techniques available in the React ecosystem! This course is modular, where you can pick and choose various react ecosystems you want to learn. You’ll learn hooks in-depth, TailwindCSS, increase performance with code splitting and server-side rendering using Suspense, add TypeScript, state management with Redux Tookit, and test your app with Vitest.
## Setup
```bash
npm install
```To start
```bash
npm run dev
```