rsnext/examples/with-zeit-fetch
Sakito Mukai 7efa3babb7
Security upgrade node-fetch (#17009)
There was a security update for node-fetch.

> This is an important security release. It is strongly recommended to update as soon as possible.
https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261
2020-09-11 09:01:48 +00:00
..
fetch Fix Prettier Commit Hook (#9245) 2019-10-30 12:35:51 +01:00
pages Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json Security upgrade node-fetch (#17009) 2020-09-11 09:01:48 +00:00
README.md Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00

@zeit/fetch example

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

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-zeit-fetch with-zeit-fetch-app
# or
yarn create next-app --example with-zeit-fetch with-zeit-fetch-app

Deploy it to the cloud with Vercel (Documentation).