Next

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 41,361 public repositories matching this topic...
-
Updated
Aug 6, 2022 - TypeScript
-
Updated
Aug 9, 2022 - TypeScript
-
Updated
Aug 9, 2022 - TypeScript
-
Updated
Aug 9, 2022 - TypeScript
What do you want and why?
It would be useful to also print the zod
version (since a mismatch / outdated zod can cause a bunch of problems)
Possible implementation(s)
In index.ts:88, add zod
as the last element in array
What is the improvement or update you wish to see?
I recently noticed this while working with the auth0 provider that
Only the docs for google provider tell us about what callback / allowed redirect to use
while it is something pretty simple and is mentioned pretty early in the docs
In my humble opinion I believe that it'd be so much more usefull and convenient if we could list
-
Updated
Jul 30, 2022 - TypeScript
-
Updated
Aug 9, 2022 - TypeScript
-
Updated
Jul 30, 2022
-
Updated
Aug 9, 2022 - TypeScript
-
Updated
Aug 7, 2022 - TypeScript
-
Updated
Aug 8, 2022 - TypeScript
-
Updated
Aug 9, 2022 - TypeScript
Without all the marketing.
-
Updated
Sep 3, 2019 - TypeScript
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:
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 [email protected]/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
-
Updated
Jul 20, 2022 - TypeScript
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Aug 8, 2022 - Svelte
Describe the enhancement
Every "section" of the video is separated by a clip of what's in ./img/hh-fcc-background.png
. We currently have the title text of each section in this repo, but we don't have the timestamp in here!
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Aug 2, 2022 - TypeScript
Hi,
It is not uncommon for people wanting to add a comment system to their blog. There are a few options:
- A common choice is disqus, but it's not open source, and it charges if you don't want to show ads.
- utterances is an open source implementation that basically leverages github issues as the storage. It's smart, but it requires commenters t
Issue Summary
Building with serverless
results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
Created by Vercel
Released October 25, 2016
Latest release 5 days ago
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia
Verify canary release
Provide environment information
Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Home
Binaries:
Node: 16.13.0
npm: N/A
Yarn: N/A
pnpm: N/A
Relevant packages:
next: 12.1.7-canary.19
react: 18.1.0
react-