Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 428 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 428 Bytes

Suspense for Data Fetching

This is an example of how you can use Suspense for Data Fetching using experimental React (12-18-2021)

Installation

  1. Clone the project
    git clone https://github.com/philipfabianek/suspense-for-data-fetching.git
  2. Install NPM packages using your favorite package manager
    npm install
    yarn
    pnpm install
  3. Start project
    npm start