Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)