Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T08:25:15.000Z (about 2 years ago)
- Last Synced: 2024-04-24T10:14:34.349Z (8 months ago)
- Topics: react-query, react-router-v6, react18
- Language: JavaScript
- Homepage:
- Size: 432 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- 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 [email protected] react-router-dom @heroicons/[email protected] react-error-boundary
yarn add [email protected]
~~~
https://tailwindcss.com/docs/guides/create-react-app
### Agenda
- New behavior in Strict Mode
- Automatic batching
- Promise
- Suspense
- Nested suspense
- startTransition (concurrent feature)