#
Vercel
Vercel is the optimal workflow for frontend teams.
All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.
Here are 3,719 public repositories matching this topic...
Daiz
commented
Nov 27, 2019
The documentation for mutate talks about local mutation for faster feedback, but the documented way to use it only mutates after a promise has resolved - in other words, not immediately.
As a result, I've found myself writing code in this kind of pattern:
mutate(path, { ...data, patch }, false); // mutate immediately, don't revalidate
await patchData(patch); // await the Asynchronous HTTP microservices
-
Updated
Aug 31, 2021 - JavaScript
OAuth Proxy
nodejs
javascript
aws
middleware
oauth
lambda
koa
oauth2
express
node
authentication
aws-lambda
server
js
serverless
hapi
azure
gcp
authorization
vercel
-
Updated
Oct 19, 2021 - JavaScript
nodejs
testing
firefox
qa
chrome
video
parallel
e2e-tests
webkit
recorder
end-to-end-testing
netlify
sanity-test
browser-tests
e2e-testing
puppeteer
qa-wolf
playwright
vercel
-
Updated
Oct 3, 2021 - TypeScript
Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc
-
Updated
Oct 27, 2021 - TypeScript
-
Updated
Oct 28, 2021 - TypeScript
A Next.js site using new SSG support with a Notion backed blog
-
Updated
Oct 20, 2021 - TypeScript
An index & manager of Onedrive based on serverless. Can be deployed to Heroku/Glitch/Vercel/SCF/FG/FC/CFC/PHP web hosting/VPS.
heroku
serverless
onedrive
sharepoint
glitch
cfc
scf
fg
fc
aliyun-fc
tencent-scf
onemanager
vercel
huaweicloud-fg
baidu-cfc
-
Updated
Oct 29, 2021 - HTML
Make your own running home page
gpx
garmin
strava
data-visualization
data-analysis
mapbox
adidas
nike
garmin-watch
github-secret
vercel
club-nike
-
Updated
Oct 29, 2021 - Python
Projeto construido durante a Imersão React edição NextJS da Alura!
-
Updated
Oct 31, 2021 - JavaScript
-
Updated
Sep 21, 2021 - TypeScript
Open
quantity
2
sroussey
commented
Apr 16, 2021
const subscription = await stripe.subscriptions.retrieve(...) returns a subscription which does not have quantity. Guessing the relevant line should instead be: quantity: subscription.items.data[0].quantity
A static blog build on top of Notion and NextJS, deployed on Vercel.
-
Updated
Oct 30, 2021 - JavaScript
react
ecommerce
nextjs
headless
starter-template
starter
shopify
jamstack
sanity
next-js
tailwindcss
framer-motion
vercel
-
Updated
Oct 28, 2021 - JavaScript
▲ Vercel PHP runtime • vercel-php • now-php • 🐘 + λ = ❤
-
Updated
Oct 20, 2021 - TypeScript
Experimental demo of React Server Components with Next.js. Deployed serverlessly on Vercel.
-
Updated
Sep 13, 2021 - JavaScript
A service for capitalizing your title properly
-
Updated
May 10, 2021 - JavaScript
A starter project for next js with authentication - Contains React 17 + Typescript + Tailwind CSS 2 + React Query 3 + GitHub Auth + LinkedIn Auth + Password-less Auth + Fauna DB + ESLint + Prettier + Husky
typescript
authentication
nextjs
passwordless
faunadb
fauna
passwordless-login
passwordless-authentication
github-authentication
tailwind
tailwindcss
next-auth
nextjs-starter
nextjs-boilerplate
react-query
vercel
linkedin-authentication
github-auth
react-query-devtools
-
Updated
Sep 1, 2021 - JavaScript
The Task Queueing Solution for Serverless.
-
Updated
Oct 28, 2021 - TypeScript
The Algorithms website providing GitHub's largest open-source algorithm library.
-
Updated
Oct 31, 2021 - TypeScript
- Organization
- vercel
- Website
- vercel.com
Describe the feature you'd like to request
These are common issues developers run into with Next.js. Some are mentioned in the docs, but ideally you don't have to go check the docs.
Describe the solution you'd like
Instead, ESLint can provide compile-time feedback and suggestions.
getStaticProps/getServerSidePropsleading to [next build