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 40,205 public repositories matching this topic...

next.js
Josephenoch
Josephenoch commented Jul 18, 2022

Describe the feature you'd like to request

I'd like to use a typescript version of the wordpress cms example

Describe the solution you'd like

A typescript version of the wordpress cms example should be added for ease of development.

Describe alternatives you've considered

None.

good first issue area: examples area: TypeScript
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, { 
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:

create-t3-app
AlexanderHOtt
AlexanderHOtt commented Jul 20, 2022

Describe the bug
I can't initialize create-t3-app inside of a git worktree folder because it already contains a .git file.

To Reproduce
create a repo on github

cd project
git clone git@github.com/user/repo --bare . 
git worktree add main
cd main

pnpx create-t3-app@latest
# select no for "initialize git repo"

It will abort because the directory is not empty.

**Exp

enhancement good first issue
nextra
serverless-next.js

Created by Vercel

Released October 25, 2016

Latest release 1 day ago

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