Nextjs v12 is here....
Moinul Moin

Moinul Moin @moinulmoin

About: Fondness in web development, prefer to work with Javascript, Reactjs, Nextjs, etc. Always love to explore new things.

Location:
Earth
Joined:
Apr 19, 2020

Nextjs v12 is here....

Publish Date: Oct 26 '21
6 4

yee, Nextjs v12 has just been released! It is one of my favorite frameworks😍

New Features:

  • ~3x faster Fast Refresh and ~5x faster builds
  • Enabling full flexibility in Next.js with code over configuration
  • Native Next.js APIs are now supported, as well as Suspense
  • Opt-in for 20% smaller images
  • Bot-aware ISR Fallback: Optimized SEO for web crawlers
  • Aligning with the standardized module system and many more.

For details: https://nextjs.org/blog/next-12

Comments 4 total

  • RangerCoder99
    RangerCoder99Oct 26, 2021

    It looks amazing but look like the 3x faster Fast Refresh and ~5x faster builds doesn´t support custom babel and styled-components yet it seems. Also everything that has to do with React 18 is not really useful yet, like that is still in alpha so.... not much things in this release that are useful to me yet... kind of disappointed really even the big things like Middleware don´t seem production ready yet. Or tried to there own hosting company....

    Also what is AVIF browser support like this days?

    • Moinul Moin
      Moinul MoinOct 27, 2021

      have you checked the details? rust is behind the faster fast speed. and yes react-18 is still alpha version. hope it will soon released by the end of the year with the completation of React New Docs

      • RangerCoder99
        RangerCoder99Oct 27, 2021

        I did check the details and you can't use Rust if you use anything that need change the Babel configuration, it's right here "If you have an existing Babel configuration, you will automatically be opted out. We have plans to port parsing for popular libraries like styled-components, emotion, and relay soon."

        The new React Docs are already online finally and no before it will be release React 18 need first release a beta and later a release candidate, and there is no grantee all features will be in the final release

Add comment