https://github.com/gomagoma676/react18-basic-lesson
🚀 Quick lesson of React 18 new features
https://github.com/gomagoma676/react18-basic-lesson
react-query react-router-v6 react18
Last synced: 11 months ago
JSON representation
🚀 Quick lesson of React 18 new features
- Host: GitHub
- URL: https://github.com/gomagoma676/react18-basic-lesson
- Owner: GomaGoma676
- Created: 2022-04-21T13:54:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T08:25:15.000Z (over 3 years ago)
- Last Synced: 2025-04-05T19:23:02.836Z (12 months ago)
- Topics: react-query, react-router-v6, react18
- Language: JavaScript
- Homepage:
- Size: 432 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Project quick start
~~~
npm install --global yarn
npx create-react-app react18-basics
yarn add -D prettier prettier-plugin-tailwindcss
yarn add axios@0.27.2 react-router-dom @heroicons/react@1.0.6 react-error-boundary
yarn add react-query@v4.0.0-beta.3
~~~
https://tailwindcss.com/docs/guides/create-react-app
### Agenda
- New behavior in Strict Mode
- Automatic batching
- Promise
- Suspense
- Nested suspense
- startTransition (concurrent feature)