#
Vercel
Vercel is the optimal workflow for frontend teams.
All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.
Here are 3,835 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
Nov 4, 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
Nov 16, 2021 - TypeScript
-
Updated
Nov 17, 2021 - TypeScript
Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc
-
Updated
Oct 27, 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
Nov 16, 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
Nov 18, 2021 - JavaScript
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
-
Updated
Sep 21, 2021 - TypeScript
A static blog build on top of Notion and NextJS, deployed on Vercel.
-
Updated
Nov 11, 2021 - JavaScript
react
ecommerce
nextjs
headless
starter-template
starter
shopify
jamstack
sanity
next-js
tailwindcss
framer-motion
vercel
-
Updated
Nov 15, 2021 - JavaScript
Experimental demo of React Server Components with Next.js. Deployed serverlessly on Vercel.
-
Updated
Sep 13, 2021 - JavaScript
▲ Vercel PHP runtime • vercel-php • now-php • 🐘 + λ = ❤
-
Updated
Nov 2, 2021 - TypeScript
A service for capitalizing your title properly
-
Updated
Nov 15, 2021 - JavaScript
The Task Queueing Solution for Serverless.
-
Updated
Nov 17, 2021 - TypeScript
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 Algorithms website providing GitHub's largest open-source algorithm library.
-
Updated
Nov 17, 2021 - TypeScript
- Organization
- vercel
- Website
- vercel.com
What version of Next.js are you using?
11 and 12 (only with Webpack 5)
What version of Node.js are you using?
14 and 16
What browser are you using?
does not matter
What operating system are you using?
Windows 10
How are you deploying your application?
SSG and/or Vercel Deploy via GitHub
Describe the Bug
**The issue only occurs with Webpack 5