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: 11 months ago
JSON representation

🚀 Quick lesson of React 18 new features

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)