Vercel
Vercel is the optimal workflow for frontend teams.
All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.
Here are 1,784 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
Mar 20, 2021 - JavaScript
-
Updated
Mar 23, 2021 - TypeScript
-
Updated
Mar 24, 2021 - TypeScript
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Mar 22, 2021 - TypeScript
-
Updated
Mar 25, 2021 - Python
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Mar 24, 2021 - JavaScript
Feature request
Is your feature request related to a problem? Please describe.
When you deploy the starter it doesn't have any products and prices because the Stripe account doesn't have any.
Describe the solution you'd like
Create a fixture json file to bootstrap some products & prices: https://stripe.com/docs/cli/fixtures
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Mar 2, 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.)
-
Updated
Mar 28, 2021 - TypeScript
Description
Upon execution of /usr/local/bin/npx vercel -t ... Preview/Production URLs are currently exposed in the deploy logs. This may not always be desirable in public repos.
Vercel CLI 21.0.1
- Deploying colinwilson/static-exp
- Deploying colinwilson/static-exp
Inspect: https://vercel.com/colinwilson/static-exp/k9vv3xpaw [2s]
Inspect: https://vercel.com/colinwilson/s
-
Updated
Mar 26, 2021 - TypeScript
-
Updated
Mar 27, 2021 - JavaScript
- Organization
- vercel
- Website
- vercel.com
What example does this report relate to?
https://github.com/jthegedus/firebase-gcp-examples/tree/main/functions-nextjs
What version of Next.js are you using?
10.0.8
What version of Node.js are you using?
12.0.0
What browser are you using?
Chrome
What operating system are you using?
n/a
How are you deploying your application?
Firebase
Describe the Bug
When h