Best of Next.jsOctober 2021

  1. 1
    Article
    Avatar of nextNext.js·5y

    Blog - Next.js 12

    Next.js 12 includes a brand new Rust compiler that takes advantage of native compilation. We've optimized bundling and compiling with ~3x faster refresh locally and ~5x faster builds for production. Native Next.js APIs are now supported, as well as Suspense <Image /> AVIF Support.

  2. 2
    Article
    Avatar of medium_jsMedium·5y

    Remaking WordPress in JS stack. Hello to a new CMS for Next.js websites.

    Cromwell CMS is a free and open-source CMS for Next.js websites. It is a set of packages and services that can be installed and launched independently. It inherits the advantages of microservice architecture, and it’s much easier to update the CMS simply via running one node command.

  3. 3
    Article
    Avatar of dailydaily.dev·5y

    Next.js is turning 5. Join the celebration!

    Next.js Conf is a day dedicated to celebrating what we've accomplished as a community. Next.js was born and paved the way for a faster, more intuitive, and more freeing way to build for the web. Here are three reasons you won't want to miss the event on October 26.

  4. 4
    Article
    Avatar of rubylaRUBYLAND·5y

    Frontend JavaScript News Brief (Q3 2021)

    Honeybadger's quarterly briefings keep you up to date on the most important developments in your programming communities. We curate the news so you can spend more time focusing on what's really important. Upcoming and recently completed Conferences and meetups. Recent vulnerability reports. Summaries of the big topics everyone's talking about.

  5. 5
    Article
    Avatar of logrocketLogRocket·5y

    End-to-end type safety with Next.js, Prisma, and GraphQL

    Using consistent types across the entire stack is a major challenge for many development teams. If you have insufficient tooling for detecting changes and throwing errors, changing types in one part of the project could break your entire application. In this tutorial, we’ll explore end-to-end type safety by building a simple wish list application that allows a user to bookmark items from the internet. We will use Next.js, GraphQL, and Prisma.

  6. 6
    Article
    Avatar of devtoDEV·5y

    Cool Features Of Next JS 12

    Next.js 12 includes a brand new Rust compiler that takes advantage of native compilation. Rust gives 3x faster refresh locally and 5x faster builds for production which can reduce your CI/CD build time drastically. CDN module imports means you can import any HTTP(S) dependencies as a local module.