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 4,016 public repositories matching this topic...

next.js
sa3dany
sa3dany commented Dec 19, 2021

Describe the feature you'd like to request

As per the docs: https://nextjs.org/docs/advanced-features/custom-document#caveats
styled-jsx is not allowed inside custom _document.js and I was getting 500 errors on all SSR pages when deploying a site to production that had a <style> tag inside a custom _document.js.

I think it's a good idea to add an ESLint rule to remind users about

swr
PMudra
PMudra commented Apr 20, 2021

Bug report

Description / Observed Behavior

Passing an updated fetcher method to useSWR has no effect. The initial version of the fetcher will be used.

I am passing a fetcher function to useSWR that is updated by applying a new access token.

const [accessToken, setAccessToken] = useState("valid-0");
const fetcher = () => {
  console.log("fetch with token:", accessToken
nextjs-subscription-payments
andrewshrout
andrewshrout commented Dec 10, 2020

Feature request

The account details page is set up to imply that you can update your account. Entry forms and buttons that actually update these things in the database would be nice.

Describe the solution you'd like

An example of updating the name (so I can implement the email update), or full implementation by default.

Describe alternatives you've considered

Currently goin

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 Sep 1, 2021
  • JavaScript
website
Organization
vercel
Website
vercel.com