项目作者: FullstackSimplified

项目描述 :
Data Fetching in React using Suspense
高级语言: HTML
项目地址: git://github.com/FullstackSimplified/suspense-data-fetching.git


Data Fetching in React using Suspense

This repo shows how to enable new react concurrent mode and how to use React Suspense for data fetching

📚 Materials/References:

Experimental React Packages: https://reactjs.org/docs/concurrent-mode-adoption.html

Suspense for Data Fetching: https://reactjs.org/docs/concurrent-mode-suspense.html

Create react app: https://reactjs.org/docs/create-a-new-react-app.html

Random colour data API: https://random-data-api.com/api/color/random_color

GitHub Code: https://github.com/FullstackSimplified/suspense-data-fetching