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 6,876 public repositories matching this topic...
What do you want and why?
There is a queryKey property of the query hooks options, but looking at the source code it is not being utilized to set the query key. My problem is that for one of my queries the query key changes often due to user input (sorting and filtering), and I would like a query key I set so that I can fetch from the cache easier on other pages.
Possible implement
-
Updated
Sep 3, 2019 - TypeScript
Summary
Some screen plugins need a different UI than a sidebar or a popup. It would be nice to get all of the ergonomic benefits of a screen, w/o needing to use the Tina sidebar UI or popup UI.
-
Updated
Dec 22, 2020
Without all the marketing.
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
We should update the CONTRIBUTING document to reflect the new structure, as soon as we have a clear method for automated releases. (#920 will probably solve this after some discussions)
I quickly added a PULL_REQUEST_TEMPLATE with a note that most PRs should be done against canary, but it is not a
-
Updated
Jul 18, 2019
-
Updated
Dec 22, 2020 - JavaScript
DefaultSeo og:title and og:description only overridden by NextSeo when openGraph config provided
Hi! First off, thank you so much for this library!
I noticed some unexpected behavior (not sure if it's a bug or intended) when using DefaultSeo and NextSeo. The DefaultSeo og:title and og:description meta tags are not overridden by NextSeo's title and description configurations unless an openGraph configuration object is provided to NextSeo. I believe this is due to http
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
-
Updated
Dec 22, 2020 - TypeScript
-
Updated
Dec 17, 2020 - TypeScript
-
Updated
Dec 21, 2020 - TypeScript
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 8, 2020 - TypeScript
Created by Vercel
Released October 25, 2016
Latest release Today
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia

Bug report
Describe the bug
AsPath is incorrect on Server if you use rewrites and getInitialProps. On the server, asPath is the rewritten asPath while on the client asPath ist as given in the request URL.
To Re