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 8,465 public repositories matching this topic...
What do you want and why?
We currently have a few blitz new tests, but not a complete e2e test for the new app.
We want to:
- Test the following for each form option
- Test
blitz buildsuccess inside new app - Test
yarn testsuccess inside new app- Need to remove the
.skipfrom `
- Need to remove the
-
Updated
Sep 3, 2019 - TypeScript
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
Feb 4, 2021
Without all the marketing.
By the permission given from @RonHouben, I challenge someone from the community to add a new firebase adapter to our
https://github.com/nextauthjs/adapters repository, with the name @next-auth/firebase-adapter.
You can use the following source code, where most of the work has already been done (thanks @ron
-
Updated
Jan 14, 2021 - TypeScript
-
Updated
Jan 5, 2021 - JavaScript
-
Updated
Jan 25, 2021 - TypeScript
-
Updated
Jul 18, 2019
-
Updated
Feb 4, 2021 - JavaScript
It would be great if we could add software app as a JSON category for Next SEO.
There's more information here: https://developers.google.com/search/docs/data-types/software-app
I could try adding it but I'm not sure where to begin.
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 5, 2021 - TypeScript
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
Is your feature request related to a problem? Please describe.
Currently both lambdas can only have the same arn role (if set). However it would be better to follow the same approach that there is for the name field
roleArn:
defaultLambda: arn
apiLambda: arn
The reason I say this is because I wouldn't want to give the defaultLambda access to the database.
-
Updated
Feb 3, 2021 - TypeScript
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Dec 28, 2020 - TypeScript
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Feb 3, 2021 - JavaScript
Created by Vercel
Released October 25, 2016
Latest release 7 days ago
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia

What version of Next.js are you using?
10.0.6-canary.9
What version of Node.js are you using?
14.15.4
What browser are you using?
Firefox 84
What operating system are you using?
Ubuntu 20.04
How are you deploying your application?
Vercel
Describe the Bug
Recently (i think 10.0.6-canary.8) the behavior for shallow routing was changed to not scroll-to-top anymore