Best of Next.jsApril 2021

  1. 1
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    A 2021 Crash Course in Next.js

    Next is a React web framework that enables server-side rendering and static site generation. It is built on top of React and gives you extra features which are perfectly suited for larger production apps. To create a Next.js app, we need to use the command shown below, inside any folder.

  2. 2
    Article
    Avatar of logrocketLogRocket·5y

    What’s new in Next.js 10.1

    Next.js version 10.1.1 has been released. It adds fast refresh, a successor to React Hot Loader. Fast refresh lets the developer make code changes on any component and preview the results on the UI with minimal friction. It is claimed to be 3x more optimized, which means faster refreshes and shorter development cycles.

  3. 3
    Article
    Avatar of phProduct Hunt·5y

    Clerk — Secure your React or Next.js application in 5 minutes

    Clerk adds secure authentication and user management to your React or Next.js app. Built-in theming and open APIs for easy customization. Embed Collect collects data from your app and shares it with the rest of the world. For more information on Clerk, visit the company's website.

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

    Next.js 10.2

    Next.js 10.2 features faster build times, better startup times, and more. Webfont Optimization: Improved performance by inlining font CSS. More Flexible Redirects and Rewrites: Match any header, cookie, or query string. Improved Tree Shaking: CommonJS modules can be tree shaken to automatically remove unused code.