nextjs
Here are 6,531 public repositories matching this topic...
What is the problem?
I'm trying to prefetch queries on the server, then ship the react-query cache to the client in a page prop, to reuse the cache on the client, as described here.
Except, this doesn't work:
import queryFunction from 'api/queries/queryFunction'
export function getStaticProps(-
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 4, 2020
-
Updated
Dec 1, 2020 - TypeScript
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Jul 18, 2019
-
Updated
Dec 7, 2020 - JavaScript
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 8, 2020 - TypeScript
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
-
Updated
Dec 8, 2020 - TypeScript
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Dec 5, 2020 - TypeScript
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Dec 8, 2020 - TypeScript
-
Updated
Jul 17, 2020 - JavaScript
Improve this page
Add a description, image, and links to the nextjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nextjs topic, visit your repo's landing page and select "manage topics."

Bug report
Describe the bug
With the latest next.js version (10.0.3), I noticed a new warning in my console, without chaning anything at the code.
When using next/link a slash / get's prefixed to the url on client s