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 39,657 public repositories matching this topic...
-
Updated
Jul 10, 2022 - TypeScript
-
Updated
Jul 14, 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
Jul 14, 2022 - TypeScript
-
Updated
Jul 14, 2022 - TypeScript
- auth (in progress, @ganeshmani)
- no-prisma
- plain-js
- static
- store
-
Updated
Jul 12, 2022 - TypeScript
-
Updated
Jul 13, 2022 - TypeScript
-
Updated
Jun 5, 2022
-
Updated
Jul 1, 2022 - TypeScript
-
Updated
Jul 14, 2022 - TypeScript
-
Updated
Jul 13, 2022 - TypeScript
-
Updated
Jul 14, 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
Jul 14, 2022 - Svelte
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Jul 11, 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.
Might be less relevant post-v10
Including this would make my life much easier
import * as trpc from "@trpc/server";
import { createRouter } from "./context";
export function createProtectedRouter() {
return createRouter().middleware(({ ctx, next }) => {
if (!ctx.session || !ctx.session.user) {
throw new trpc.TRPCError({ code: "UNAUTHORIZED" });
}
return next
Created by Vercel
Released October 25, 2016
Latest release Today
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia
Describe the feature you'd like to request
Want to be able to create NextJs v12.x application, instrumented with sentry-javascript v7.x on Vercel. With all the new features of both respectively. Including new features and fixes, listed in both release notes respectively.
Describe the solution you'd like
The with-sentry example application should be default latest version of NextJs