Next.js 9.4がリリース
新機能
- Fast Refresh: fast and reliable live-editing experience, as proven at Facebook scale
- Incremental Static Regeneration (beta): re-build static pages after you’ve deployed, in milliseconds
- CMS Examples: examples for Contentful, DatoCMS, Prismic, Sanity, and TakeShape using our new next-gen static site generation
- New Environment Variables Support: built-in support for
.env
and aNEXT_PUBLIC_
prefix, as seen in CRA - Improved Built-in Fetch Support: ditch your
node-fetch
andisomorphic-fetch
imports in favor of a built-infetch
polyfill, for Node.js and all browsers (build and runtime)
詳細こちら