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,475 public repositories matching this topic...
-
Updated
Sep 3, 2021 - TypeScript
What do you want and why?
Currently blitz install
only knows about yarn or npm. So when you run blitz install tailwind
in a pnpm repo, the code doesn't see yarn, so installs all the deps with npm.
This code here needs fixed: https://github.com/blitz-js/blitz/blob/canary/packages/cli/src/commands/install.ts#L245-L249
P.s. general pnpm support is just now working with https://git
Description 🐜
When using Credentials provider, the authorize callback should receive the incoming message object as the second parameter. However, on certain Node versions the incoming message has undefined
as headers
.
This happens on Node versions 14.15.2, >=15.1 and >=16.0 and is related to this change: nodejs/node#35281 There is an issue on Node but it is clo
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
Issue Summary
The stack generated has issues with the name of the regeneration queue when setting a domain name as name for the bucket (it doesn't pass the name constraints).
Actual behavior
The stack can not be created
Expected behavior
Be able to create the stack :)
Steps to reproduce
- Create an app with some page that needs dynamic regeneration and try to put it o
-
Updated
Aug 26, 2021 - TypeScript
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Jul 3, 2021
-
Updated
Aug 30, 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
-
Updated
Jul 18, 2021 - TypeScript
Created by Vercel
Released October 25, 2016
Latest release 6 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