The Wayback Machine - https://web.archive.org/web/20220717084907/https://github.com/topics/nextjs
Skip to content
#

Next

nextjs logo

Next.js is an open source React front-end development web framework that enables functionality such as server-side rendering and generating static websites for React-based web applications.

Here are 39,832 public repositories matching this topic...

next.js
eashish93
eashish93 commented Jul 13, 2022

Verify canary release

  • I verified that the issue exists in the latest Next.js canary release

Provide environment information

Operating System:
Platform: darwin
Arch: x64
Version: Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64
Binaries:
Node: 16.15.0
npm: 8.5.5
Yarn: 3.2.0
pnpm: 6

good first issue area: examples
Kap
blitz
edrickleong
edrickleong commented Jul 4, 2022

What do you want and why?

I want an exported getQueryData function that takes in a resolver.

Instead of having to get the query key manually, such as below

const queryKey = getQueryKey(getTasks, { taskListId })
const tasks = queryClient.getQueryData<PromiseReturnType<typeof getTasks>>(queryKey)

I want to be able to write

const tasks = getQueryData(getTasks, { 
status/ready-to-work-on good first issue toolkit
next-auth
roberte777
roberte777 commented Jul 13, 2022

Question 💬

In the type definition for JWTEncodeParams, maxAge is defined as optional.
image

export interface JWTEncodeParams {
    /** The JWT payload. */
    token?: JWT;
    /** The secret used to encode the NextAuth.js issued JWT. */
    secret: string | Buffer;
    /**
TypeScript good first issue
tiacop
tiacop commented Mar 24, 2021

Would be supercool to have "BlogPosting" as article JSON-LD type.

From the Google Docs (https://developers.google.com/search/docs/data-types/article#non-amp):

Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting. (https://schema.org/BlogPosting)

I tried to use "BlogJsonLd" as type for Blogposts, but the Google Rich Result Test (https:

serverless-next.js
nextra

Created by Vercel

Released October 25, 2016

Latest release 4 days ago

Repository
vercel/next.js
Website
nextjs.org
Wikipedia
Wikipedia