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 24,227 public repositories matching this topic...

next.js
swr
Daiz
Daiz commented Nov 27, 2019

The documentation for mutate talks about local mutation for faster feedback, but the documented way to use it only mutates after a promise has resolved - in other words, not immediately.

As a result, I've found myself writing code in this kind of pattern:

mutate(path, { ...data, patch }, false); // mutate immediately, don't revalidate
await patchData(patch); // await the 
Kap
Timmmm
Timmmm commented Jul 8, 2021

macOS version: Not relevant
Kap version: I am not sure. The About Kap option seems to make it crash! Within the last year though.

Steps to reproduce

  1. Make a recording.
  2. Export it.
  3. Close the recording window.

Current behaviour

It always asks if you are sure you'd like to discard it. I always want to discard it. Very annoying.

Expected behaviour

I

blitz
beerose
beerose commented Oct 26, 2021

What is the problem?

Currently, if a user runs blitz codegen, and there there is Prisma installed, Blitz also runs primsa generate. If there are any errors during the prisma generate step, they aren't displayed in the terminal even when using DEBUG=blitz:*. This way some useful information returned from Prisma is omitted.

Relevant code: https://github.com/blitz-js/blitz/blob/canar

api-platform
jvigneron
jvigneron commented Nov 28, 2019

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

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

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 Oct 6, 2021
  • JavaScript
nextra

Created by Vercel

Released October 25, 2016

Latest release Today

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