Skip to content
#

Vercel

vercel logo

Vercel is the optimal workflow for frontend teams.

All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.

Here are 2,697 public repositories matching this topic...

next.js
leerob
leerob commented Jul 9, 2021

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.

  • Trying to call an API route from inside getStaticProps / getServerSideProps leading to [next build
swr
Daiz
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 
nextjs-subscription-payments
HULL
dnlmzw
dnlmzw commented Jun 9, 2021

Hi again,

I see that it is stated in the documentation that "Live preview from Sanity" is possible and I was wondering if you could provide some insight into how to best set this up?

I'm quite new to Next.js as I come from Gatsby where things are done in a completely different way, and is also the primary reason for my recent switch to NextJS where it is my understanding that I have more opt

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

  • Updated May 21, 2021
  • JavaScript
peteroid
peteroid commented Mar 22, 2021

Hi there, it would be great if we can customize the comments with the preview url. I think there are two ways:

  1. Allow template string in "github-comment"
    • So users can it as "I have deployed {{previewName}} at {{previewUrl}}".
  2. Create the githubComment after we have set the output of "preview-url"
    • Currently, the githubComment was created at the [very beginning](https://githu
Organization
vercel
Website
vercel.com