The Wayback Machine - https://web.archive.org/web/20210726111625/https://github.com/topics/nextjs
Skip to content
#

Next

nextjs logo

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 17,778 public repositories matching this topic...

next.js
leerob
leerob commented Jul 9, 2021

Describe the feature you'd like to request

These are common issues developers run into with Next.js. Some are mentioned in the docs, but ideally you don't have to go check the docs.

Describe the solution you'd like

Instead, ESLint can provide compile-time feedback and suggestions.

  • Trying to call an API route from inside getStaticProps / getServerSideProps leading to [next build
Kap
blitz
frankiesardo
frankiesardo commented Jul 22, 2021

What do you want and why?

When you create a new entity, say Project, you might have something like this:

const CreateProject = z.object({
  name: z.string()
})

<ProjectForm
  schema={CreateProject}
  .../>


function ProjectForm<..> {
  <LabeledTextField name="name" label="Name" placeholder="Name" />
}

This works fine. Fronted validation correctly highlights t

next-auth
balazsorban44
balazsorban44 commented Jul 11, 2021

Description 📓

Partially based on this tweet https://twitter.com/t3dotgg/status/1413983193212981248 and closed issues like #969 #497 #525 (and highly probable interest), we should document a way to secure Preview environments.

Given the (unchecked) assumption that most of our users use OAuth as their main provider, the main challenge lies in that Preview environments usually have a dynami

tinacms
zenflow
zenflow commented Jan 24, 2021

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

tiacop
tiacop commented Mar 24, 2021

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:

serverless-next.js
dphang
dphang commented Jun 16, 2021

Is your feature request related to a problem? Please describe.
Yarn packages aren't being cached on e2e tests and build workflows

Describe the solution you'd like
Add caching for npm packages and Cypress (except @sls-next packages) so that workflows will be faster to run

Describe alternatives you've considered
N/A, it will help improve CI workflow speed

React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders with fullpage transition support for NextJS and GatsbyJS. 🖥️ 📱
  • Updated Jul 14, 2021
  • JavaScript
nextra

Created by Vercel

Released October 25, 2016

Latest release about 1 month ago

Repository
vercel/next.js
Website
nextjs.org
Wikipedia
Wikipedia