Next.js `<Head/>` which orders elements to improve (perceived) page performance.
npm install next-optimized-headNext.js which orders elements to improve (perceived) page performance.
Inspired by capo.js and ct.css, this first version is only a few hours old and is missing a lot of common elements, check back in a few weeks.
```
npm install --save next-optimized-head
Use in place of Head from next/document in your _document.tsx.
`jsx
import { Html, Main, NextScript } from 'next/document';
import { Head } from 'next-optimized-head';
export default function Document() {
return (
Example
When run against create-next-app
$3

$3

The exact sorted order which capo.js recommends is not possible due to next.js inserting a