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 30,343 public repositories matching this topic...
-
Updated
Jan 30, 2022 - TypeScript
-
Updated
Jan 29, 2022 - TypeScript
Add `deepEqual` utility to stdlib and use it for `initialValuesEqual` in `react-final-form` template
What do you want and why?
If a user has a react-final-form with a JS Set (or Map) in the initial values, the form resets on some activities, e.g. switching to another tab.
Possible implementation(s)
This can be fixed by using the initialValuesEqual prop:
import deepEqual from "fast-deep-equal"
<FinalForm
initialValues={initialValues}
initialValues-
Updated
Jan 30, 2022 - TypeScript
Question 💬
It seems that the error messages are not typed. If we could have typed errors, it could further improve customizations.
According to what I found here: https://github.com/nextauthjs/next-auth/blob/82447f8e3ebc7004cf91121725b4f5970d2276d8/src/core/pages/signin.tsx#L42
An example I can think of is:
export type ErrorType =
'SignIn' |
'OAuthSignin'
``-
Updated
Jan 28, 2022 - TypeScript
-
Updated
Dec 12, 2021
Description
I'm using a number field with the GQL + Tina Cloud setup and realized that there is a bug in the number field. If you edit the field, e.g. from empty to 100 and then remove the 100 again, an error occurs when saving the value. If I do not touch the fields at all tho it does accept it when they are empty. Here's a video to illustrate:
-
Updated
Jan 28, 2022 - TypeScript
Without all the marketing.
-
Updated
Sep 3, 2019 - TypeScript
Right now the wishlist page shows "Your wishlist is empty" before showing your wishlist items, that should be a loading state instead.
-
Updated
Jan 29, 2022 - 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
Jan 28, 2022 - TypeScript
-
Updated
Jan 28, 2022 - JavaScript
-
Updated
Jan 28, 2022 - JavaScript
Characters like č ć ž š đ use a fallback font instead of the original one. I believe this issue was not present in the v1. Fonts such as Lato or Montserrat definitely support accented characters, so I think this is a bug.
Issue Summary
Building with serverless results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
-
Updated
Jan 29, 2022 - TypeScript
-
Updated
Jan 11, 2022 - JavaScript
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
Dec 31, 2021 - TypeScript
-
Updated
Jul 18, 2019
-
Updated
Jan 14, 2022 - TypeScript
-
Updated
Jan 22, 2022 - TypeScript
Created by Vercel
Released October 25, 2016
Latest release 4 days ago
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia
Run
next info(available from version 12.0.8 and up)No response
What version of Next.js are you using?
11.1.0 or 12.0.0
What version of Node.js are you using?
14.18.0
What browser are you using?
Chrome 67
What operating system are you using?
Windows
How are you deploying your application?
other platform
Describe the Bug
The es