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 27,905 public repositories matching this topic...
Bug report
Description / Observed Behavior
Passing an updated fetcher method to useSWR has no effect. The initial version of the fetcher will be used.
I am passing a fetcher function to useSWR that is updated by applying a new access token.
const [accessToken, setAccessToken] = useState("valid-0");
const fetcher = () => {
console.log("fetch with token:", accessToken-
Updated
Dec 16, 2021 - TypeScript
Would love to have hotkeys for discard, similar to Adobe/GIMP, the confirmation prompt to Discard a recording should have a hotkey binded to it, e.g. CMD+D.
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
Dec 16, 2021 - TypeScript
Description 🐜
With the removal of clientMaxAge and keepAlive in favor of refetchInterval, every time a tab is switched, the session gets revalidated, thus updating a session state in SessionProvider which then causes to rerender all components using useSession.
Is it possible to disable this "revalidation" upon window refocusing?
Thanks in advance.
Is this a bug in your own
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds
-
Updated
Dec 12, 2021
For example when editing a very long content, somehow to make a text bold, I need to scroll back all the way up to select bold. (Maybe either make the styling fixed or add shortcut like Ctrl + B for bold and similarly for other styling as well like underline, italic.
[Originally posted on discord](https://discord.com/channels/835168149439643678/848932514911354880/9138
-
Updated
Dec 16, 2021 - 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
Dec 9, 2021 - TypeScript
-
Updated
Dec 16, 2021 - JavaScript
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
Dec 16, 2021 - TypeScript
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Dec 2, 2021 - JavaScript
Issue Summary
Building with serverless results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
-
Updated
Dec 16, 2021 - TypeScript
-
Updated
Jul 18, 2019
-
Updated
Dec 15, 2021 - TypeScript
-
Updated
Dec 15, 2021 - TypeScript
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 9, 2021 - TypeScript
-
Updated
Jul 3, 2021
Created by Vercel
Released October 25, 2016
Latest release 12 days ago
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia


Describe the feature you'd like to request
A
--skip-installoption in create-next-app, like in react-native, to skip installing dependencies would be really great. It allows using other package managers likepnpmDescribe the solution you'd like
do not install dependencies automatically when the
--skip-installoption is set. But the dependencies should be listed inpackage.json,