An open API service indexing awesome lists of open source software.

https://github.com/jamiemason/next-optimized-head

Next.js `<Head/>` which orders elements to improve (perceived) page performance.
https://github.com/jamiemason/next-optimized-head

Last synced: about 2 months ago
JSON representation

Next.js `<Head/>` which orders elements to improve (perceived) page performance.

Awesome Lists containing this project

README

        

# next-optimized-head

Next.js `




);
}
```

## Example

When run against [create-next-app](https://nextjs.org/docs/pages/api-reference/create-next-app)

### Before

![](static/before.png)

### After

![](static/after.png)

The exact sorted order which [capo.js](https://github.com/rviscomi/capo.js) recommends is not possible due to next.js inserting a `` element which must be present before one of its scripts is loaded afterwards.