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

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

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 🎥
![Suspense List](https://user-images.githubusercontent.com/13532530/68178944-d0dec500-ffb3-11e9-9d67-aea51717eb73.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)