This is an example of how you can use Suspense for Data Fetching using experimental React (12-18-2021)
- Clone the project
git clone https://github.com/philipfabianek/suspense-for-data-fetching.git
- Install NPM packages using your favorite package manager
npm install yarn pnpm install
- Start project
npm start