Best of Next.jsFebruary 2022

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

    🔥 Web 3.0 Frontend Stack of 2022: Building Authentication with MetaMask, React, Next.js, and Chakra UI

    Web 3.0 Frontend Stack of 2022: Building Authentication with MetaMask, React, Next.js, and Chakra UI. Vitalii Shevchuk: After a few minutes of this tutorial, you will get connected with the blockchain world. In this project we will use the following tech stack, I would say it’s the best web3.0 stack of 2022 so far.

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

    Blog - Next.js 12.1

    Revalidate pages using getStaticProps instantly. Expanded Support for SWC: styled-components , Relay, and more. Zero-configuration Jest support using SWC. Faster Minification with SWC (RC): 7x faster minification than Terser. Self-Hosting Improvements: 80% smaller Docker images.

  3. 3
    Article
    Avatar of phProduct Hunt·4y

    React and Next.js Snippets - React and Nextjs snippets with TypeScript

  4. 4
    Article
    Avatar of snipcartSNIPCART·4y

    Next.js vs. React: The Difference & Best Frontend Framework

    React is the most popular JavaScript library for frontend developers. Next.js is a frontend JavaSript framework that builds upon React’s UI library. With new JavaScript frameworks and libraries coming out every year, it gets hard to keep up with the pace of the changing JS ecosystem.

  5. 5
    Article
    Avatar of itnextITNEXT·4y

    🔥 Web 3.0 Frontend Stack of 2022: Building Authentication with MetaMask, React, Next.js, and Chakra UI

    Web 3.0 Frontend Stack of 2022: Building Authentication with MetaMask, React, Next.js, and Chakra UI. Vitalii Shevchuk: After a few minutes of this tutorial, you will get connected with the blockchain world. In this project we will use the following tech stack, I would say it’s the best web3.0 stack of 2022 so far.

  6. 6
    Article
    Avatar of logrocketLogRocket·4y

    Deploying Next.js to AWS using Serverless Next.js

    Serverless Architecture allows you to pass your code to cloud providers that have their own servers that you can run your code from. At the time of writing, Serverless Next.js supports self hosting only for AWS, but eventually, it will support other cloud providers as well. The Serverless Framework is a tool to make deploying to cloud platforms a lot easier.