# Next.js 8.1

DevFeed: [Next.js 8.1](<https://devfeed.tech/articles/next-js-8-1-3247.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-8-1>)

Author: Tim Neutkens

Published: 2019-04-16T21:41:57Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [React](<https://devfeed.tech/topics/react.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Caching](<https://devfeed.tech/topics/caching.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [google](<https://devfeed.tech/tags/google.md>), [mobile-web](<https://devfeed.tech/tags/mobile-web.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [react](<https://devfeed.tech/tags/react.md>), [render](<https://devfeed.tech/tags/render.md>), [routing](<https://devfeed.tech/tags/routing.md>), [speed](<https://devfeed.tech/tags/speed.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

Next.js 8.1 adds per-page AMP support, enabling developers to create AMP pages with React components and adopt AMP incrementally. It provides hybrid pages that retain the existing version while serving AMP to search engines, as well as AMP-first pages for the main site.

## Source excerpt

Next.js 8.1 introduces AMP support on a per-page basis, allowing incremental adoption of AMP.