Best of Next.jsFebruary 2023

  1. 1
    Article
    Avatar of devtoDEV·3y

    How I Built My Full Stack Portfolio Website With the Coolest Techs🐬

    Learn how a full stack portfolio website was built using Next.js, Tailwind CSS, TypeScript, and other technologies. Explore the structure of the about page and the purpose of the guest book page.

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

    Next.js 13.2

    Next.js 13.2 includes major improvements to the App Router, introduces a new Metadata API for setting metadata, and introduces the Next.js Cache for progressive ISR and faster re-deploys of code changes.

  3. 3
    Article
    Avatar of devtoDEV·3y

    Next.js vs. React: Which is the Best for Your Project

    This post compares React.js and Next.js to help readers understand the differences and decide which one to use for their projects.

  4. 4
    Article
    Avatar of vercelVercel·3y

    Less code, better UX: Fetching data faster with the Next.js 13 App Router – Vercel

    Next.js 13 introduces improvements in data fetching, including server-side rendered (SSR) data, static-site generated (SSG) data, incremental statically-generated (ISR) data, and dynamic client-side data. With the new App Router in Next.js 13, data fetching is greatly simplified and provides a more responsive user experience with smarter caching and deduping.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build Your Own E-Commerce Site with Medusa

    Learn how to build your own e-commerce site with Medusa, an open-source, composable commerce platform. Discover its flexible architecture, key features, and how to set up the server, admin dashboard, and storefront.

  6. 6
    Article
    Avatar of vercelVercel·3y

    Improve your search engine ranking with Next.js on Vercel – Vercel

    Learn how Next.js on Vercel can improve your search engine ranking by implementing SEO best practices, including rendering strategies, speed optimization, content strategies, dynamic metadata, smarter navigation, fixing dead ends, and ranking regionally.

  7. 7
    Article
    Avatar of bitBits and Pieces·3y

    How to Write Unit Tests with React Testing Library in Next.js

    A tutorial on writing unit tests with React Testing Library in Next.js.