Vercel

Vercel is the optimal workflow for frontend teams.
All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.
Here are 2,988 public repositories matching this topic...
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
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Jul 24, 2021 - JavaScript
-
Updated
Jun 29, 2021 - TypeScript
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
Jul 25, 2021 - TypeScript
-
Updated
Aug 26, 2021 - HTML
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Aug 26, 2021 - Python
-
Updated
Aug 13, 2021 - TypeScript
quantity
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
Aug 14, 2021 - JavaScript
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Mar 24, 2021 - JavaScript
-
Updated
Aug 20, 2021 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
May 21, 2021 - JavaScript
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Aug 27, 2021 - TypeScript
Atm now-deno uses the latest release but I think it would be good for users to (optionally?) pass a version number for the deno-lambda release to use.
(In the future this will match the deno version.)
- Organization
- vercel
- Website
- vercel.com
What version of Next.js are you using?
11.1.0
What version of Node.js are you using?
14
What browser are you using?
chrome
What operating system are you using?
macOS
How are you deploying your application?
Other (serverless aws)
Describe the Bug
When importing images into
_document
next does not emit these image assets into the client build.For example, I