nextjs
Here are 5,642 public repositories matching this topic...
This repo is suspended.
-
Updated
Sep 3, 2019 - TypeScript
Summary
I don't want to use TSDX for plugin dev, I'd like to use @tinacms/scripts to get the same experience as deving for Tina Core.
Basic example
npm i @tinacms/scripts
Th
What is the problem?
I want to suggest to move the tsc command from the pre-commit hook to the pre-push hook in the Blitz boilerplate project. The reason for this change is that I find myself quite often in the middle of changes where I only want to commit a chunk of it (e.g. a style change).
Because there is no official way of running tsc on specific files you are not able to only
-
Updated
Oct 6, 2020
Free Modern URL Shortener.
-
Updated
Oct 12, 2020 - TypeScript
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
Create Next.js apps in one command
-
Updated
Jul 18, 2019
Open source web app. Built with React, Material-UI, Next, Express, Mongoose, MongoDB.
-
Updated
Oct 21, 2020 - JavaScript
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
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
-
Updated
Oct 6, 2020 - TypeScript
If you use LocalBusinessJsonLd and don't include an images prop, the schema will be generated with the image attribute set to the string "undefined". Same thing happens if no id is provided. It seems like it should not be included in the schema output at all, if empty.
For example:
<LocalBusinessJsonLd
type="Store"
id="http://davesdeptstore.example.com"
name="Dave's最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
-
Updated
Sep 8, 2020 - TypeScript
GitHub Actions for GitHub Pages
-
Updated
Oct 24, 2020 - TypeScript
A Next.js site using new SSG support with a Notion backed blog
-
Updated
Sep 25, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
As seen in code coverage: https://codecov.io/gh/serverless-nextjs/serverless-next.js/tree/master/packages/serverless-components/domain, domain component has 0% coverage.
Adding tests for this should get us from 79% to ~90% overall coverage.
@SarKurd I remember you wanted to add tests for this. Let me know if you are still interested to add tests or someone else can also take it up
Simple image compression full website code written in node, react and next.js framework. Easy to deploy as a microservice.
-
Updated
Jul 17, 2020 - JavaScript
A checklist for staying safe on the internet
-
Updated
Oct 22, 2020 - JavaScript
A static site generator with markdown + react for Next.js
-
Updated
Oct 21, 2020 - JavaScript
Improve this page
Add a description, image, and links to the nextjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nextjs topic, visit your repo's landing page and select "manage topics."


Bug report
Describe the bug
It seems that when the app is loaded on a cross-domain iFrame nextJS (dev server) does not hydrate SSR pages / components unless they are visible on the screen.
visibility: hiddenordisplay:noneit works on both "cross and same domain" environment.This