Deploy your own SWR project with ZEIT Now.
Download the example:
curl https://codeload.github.com/zeit/swr/tar.gz/master | tar -xz --strip=2 swr-master/examples/autocomplete-suggestions
cd autocomplete-suggestionsInstall it and run:
yarn
yarn dev
# or
npm install
npm run devDeploy it to the cloud with now (download)
now
Show how to use SWR to fetch the suggestion for an autocomplete.