Skip to content

Instantly share code, notes, and snippets.

View chr1gu's full-sized avatar
🧐

Christoph Ebert chr1gu

🧐
View GitHub Profile
@alinzk
alinzk / nextScriptCustom.js
Last active January 20, 2022 05:55
Customized NextScript from next.js to delay loading for non-critical js
/*
NOTE: This modifies next.js internal api behavior and may break your application.
Tested on next.js version: 9.2.1
*/
import React from 'react';
import { compact, flatten } from 'lodash';
import { NextScript } from 'next/document';