Skip to content

Files

Latest commit

 

History

History

basic-typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Basic TypeScript

One-Click Deploy

Deploy your own SWR project with Vercel.

Deploy with Vercel

How to Use

Download the example:

curl https://codeload.github.com/vercel/swr/tar.gz/main | tar -xz --strip=2 swr-main/examples/basic-typescript
cd basic-typescript

Install it and run:

yarn
yarn dev
# or
npm install
npm run dev

The Idea behind the Example

Show how to use the basic example along with TypeScript to type the data received from SWR.