Best of Next.jsJune 2022

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

    Blog - Next.js 12.2

    Middleware is now stable in 12.2 and has an improved API based on feedback from users. On-Demand Incremental Static Regeneration (ISR) allows you to update the content on your site without needing to redeploy. Edge API Routes support streaming responses from the server. SWC Plugins (Experimental) extend compilation with your own plugins.

  2. 2
    Article
    Avatar of devtoDEV·4y

    Build a Full Stack App with Next.js, Tailwind, tRPC and Prisma ORM

    When we create a TypeScript project that has both a Rest Api and a web app, it becomes challenging to keep type definitions concise in the long run. This is where tRPC comes in, with this toolkit it is possible to create a totally type safe application by only using inference.

  3. 3
    Article
    Avatar of hashnodeHashnode·4y

    Steps To Build A Professional Next.js Portfolio

    In this blog I am going to explain all necessary steps to create a multiple pages portfolio/website using React, Next.js and Tailwind with JavaScript. We will use React because its preferable when dealing with or building multiple pages, server-rendered websites. Tailwind works by scanning all of your HTML files, JavaScript components, and any other templates for class names.

  4. 4
    Article
    Avatar of logrocketLogRocket·4y

    Build an eCommerce app with Next.js and Shopify

    With Shopify, users can set up an online store, and thanks to their Storefront API, developers can create a custom client application to connect to it. In this article, you will learn how to set up a Shopify store and get your Store Front API token. You will then create a Next.js application to list and display your products with dummy data. Finally, you can connect your Next.JS application to your Shopify application to fetch your real products.