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 20,951 public repositories matching this topic...
-
Updated
Sep 9, 2021 - TypeScript
What is the problem?
When using useQuery
, the resources' type seems to get lost when destructuring setQueryData
Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
Inspect typing with and without setQueryData
Run blitz -v
and paste the output here:
$ npx blitz -v
macOS Big Sur | darwin-x64
#2552 introduced TypeScript to the core. A long-time wish from the community, and the maintainers.
For an easier migration, I decided to go with "strict": false
, and we still allow ".js" files.
As an improvement, we should make set "strict": true
in our tsconfig.json
and fix the remaining issues, and convert the rest of the files to TypeScript as well.
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
Summary
InlineImage
component should have cursor: pointer
style when CMS is enabled.
(Currently is only ever has the normal default
cursor.)
The pointer cursor indicates to the user that clicking it will trigger some action.
In this case that action is opening a Media Manager dialog.
Motivation
I did my first introduction/training of a TinaCMS application to a person, and
-
Updated
Sep 2, 2021
-
Updated
Sep 3, 2019 - TypeScript
Without all the marketing.
Right now the wishlist page shows "Your wishlist is empty" before showing your wishlist items, that should be a loading state instead.
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Aug 13, 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
Aug 13, 2021 - JavaScript
-
Updated
Jul 18, 2019
If basePath
is set in next.config.js
, the build would put static assets within ${sererlessBuildOutDir}/assets/${basePath}
.
However, in the CDK construct (NextJSLambdaEdge
), it tries to read the assets from ${sererlessBuildOutDir}/assets
without including the basePath
-
Updated
Aug 26, 2021 - TypeScript
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Jul 3, 2021
-
Updated
Sep 10, 2021 - TypeScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Jul 25, 2021 - TypeScript
Hi,
It is not uncommon for people wanting to add a comment system to their blog. There are a few options:
- A common choice is disqus, but it's not open source, and it charges if you don't want to show ads.
- utterances is an open source implementation that basically leverages github issues as the storage. It's smart, but it requires commenters t
-
Updated
Jun 9, 2021 - JavaScript
Created by Vercel
Released October 25, 2016
Latest release 13 days ago
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia
What version of Next.js are you using?
11.1.0
What version of Node.js are you using?
14
What browser are you using?
chrome
What operating system are you using?
macOS
How are you deploying your application?
Other (serverless aws)
Describe the Bug
When importing images into
_document
next does not emit these image assets into the client build.For example, I