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 38,145 public repositories matching this topic...
-
Updated
Jun 17, 2022 - TypeScript
-
Updated
Jun 16, 2022 - TypeScript
Anytime I open up the options for a plugin the okey button (I think that's what it's called but I can't see it) is half cut off
-
Updated
Jun 17, 2022 - TypeScript
-
Updated
Jun 18, 2022 - TypeScript
-
Updated
Jun 17, 2022 - TypeScript
-
Updated
Jun 18, 2022 - TypeScript
-
Updated
Jun 16, 2022 - TypeScript
-
Updated
Jun 5, 2022
-
Updated
Jun 13, 2022 - TypeScript
-
Updated
Jun 17, 2022 - TypeScript
-
Updated
Jun 17, 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:
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
May 31, 2022 - JavaScript
-
Updated
Jun 17, 2022 - Svelte
-
Updated
Jun 17, 2022 - TypeScript
Issue Summary
Building with serverless
results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
Things like Optional Chaining should be transpiled for e.g. node 12 compatibility: https://esbuild.github.io/content-types/#javascript. We should choose es2016
for all packages.
-
Updated
Jun 11, 2022 - JavaScript
Created by Vercel
Released October 25, 2016
Latest release about 2 months ago
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia
Describe the feature you'd like to request
I want to be able to initialize a Next.js app with the
src
directory.It is currently a hassle to create the
src
on your own and movepages
and other folders to it.Describe the solution you'd like
Add an option to
create-next-app
to be able to do that. Like:--src
, `