https://github.com/harshmakadia/react-suspenselist
Demo example for suspense list
https://github.com/harshmakadia/react-suspenselist
demo-app javascript react suspense suspenselist
Last synced: 4 months ago
JSON representation
Demo example for suspense list
- Host: GitHub
- URL: https://github.com/harshmakadia/react-suspenselist
- Owner: Harshmakadia
- License: mit
- Created: 2019-11-05T04:25:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T03:23:48.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T14:45:47.894Z (5 months ago)
- Topics: demo-app, javascript, react, suspense, suspenselist
- Language: JavaScript
- Size: 290 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-suspenseList
Demo example for suspense list⚠️ SuspenseList is experimental feature that are not yet available in a stable release. Don't rely on experimental builds of React in production apps. These features may change significantly and without a warning before they become a part of React.
# Medium Article 📖
All the explaination of the demo is added in [this] Medium article (https://blog.bitsrc.io/quick-walkthrough-to-suspenselist-in-react-b930d1ece892)# Demo GIF 🎥
# Demo Link 🔗
[React Suspense](https://n3818.csb.app/)### Demo Inspiration 🤓
[benawad/react-suspense-example](https://github.com/benawad/react-suspense-example/tree/4_suspense_list)