Best of Next.jsAugust 2021

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Build a Portfolio Site with Next.js and TailwindCSS

    Manu Arora: How to Build a Portfolio Site with Next.js and Tailwind CSS. How to build a site with next.js, TailwindCSS and other tools to help you grow your business. Manu: The best way to grow a business is to have a portfolio of sites.

  2. 2
    Article
    Avatar of devtoDEV·5y

    How to add router progress bar in Next.js with one line of code 🤯

    Next.js pages are lazy-loaded so if you fetch some API or fetch data from a database it can take a few seconds to reach the second page. To let the user know that the page is being loaded we will add a progress bar at the top of the screen.

  3. 3
    Article
    Avatar of hashnodeHashnode·5y

    How I built Rozbnb 🛌 with Next.js , Tailwind CSS, Styled Components , Stripe💰 and Auth0 🔒

    A few weeks ago a great youtuber called Sonny Sangha hosted a 5day challenge of cloning Airbnb. After strategizing I planned to make that clone into a better website with authentication , animation , better UI and so on. The Motivation: I was exploring Auth0 for my website's Authentication so I came across this amazing Hackathon which was hosted by Auth0 and @Hashnode.

  4. 4
    Article
    Avatar of devtoDEV·5y

    NextJS Performance Checklist

    React applications with NextJS can be slow. Here's a list of things you might be able to do to improve the performance of your application. I've geared this towards NextJS for a few specifics I wanted to include, but this list can be applied more generally too.

  5. 5
    Article
    Avatar of smashingSmashing Magazine·5y

    State Management In Next.js — Smashing Magazine

    This article is intended to be used as a primer for managing complex states in a Next.js app. The framework is way too versatile for us to cover all possible use cases. These strategies should fit the vast majority of apps around with little to no adjustments. If you believe there is a relevant pattern to be considered, I look forward to seeing you in the comments section!

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

    Blog - Next.js 11.1

    Next.js 11.1 includes security and performance updates. The security update addresses an open redirect that could allow for phishing attacks by redirecting to an attacker's domain from a trusted domain. We're working on integrating SWC, a super-fast JavaScript and TypeScript compiler written in Rust, that will replace two toolchains used in Next.js.

  7. 7
    Article
    Avatar of phProduct Hunt·5y

    Front Matter - Managing your static sites straight from within VS Code

    VS Code extension is ideal for managing your Markdown content. Useful when working with site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more. It allows you to manage the article's front matter, preview the site, and more.