rsnext/examples/with-vercel-fetch
JJ Kasper c13d9a0c78
Update other instances of node-fetch (#33617)
* Update other instances of node-fetch

* update compiled
2022-01-24 16:18:39 -06:00
..
fetch Change zeit fetch to vercel fetch (#21913) 2021-02-18 15:09:52 +00:00
pages Change zeit fetch to vercel fetch (#21913) 2021-02-18 15:09:52 +00:00
.gitignore Change zeit fetch to vercel fetch (#21913) 2021-02-18 15:09:52 +00:00
package.json Update other instances of node-fetch (#33617) 2022-01-24 16:18:39 -06:00
README.md docs: add 'Open in StackBlitz' buttons to various examples (#25853) 2021-06-08 20:45:02 +00:00

@vercel/fetch example

This example shows how to use @vercel/fetch in a Next.js application.

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-vercel-fetch with-vercel-fetch-app
# or
yarn create next-app --example with-vercel-fetch with-vercel-fetch-app