Best of Next.jsNovember 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    Is Next.js 12 really a Beast?

    Next.js 12 is the most impressive version of Next.js. It is built on top of Node.js to improve React-based web and app development faster. It even includes server-side rendering and generating static websites. The Rust compiler takes advantage of native compilation and is now a 3x faster refresh.

  2. 2
    Article
    Avatar of dzDZone·5y

    Is Next.js Here to Stay?

    Next.js allows developers to create super fast and ultra user-friendly websites. The Javascript framework is employed by many big digital companies such as Twitch and Netflix. Next.js is considerably more pricey than other frameworks and it doesn’t offer free management. There are also ongoing costs that you have to consider, such as hiring a web developer.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Build a sitemap generator in Next.js

    Next.js is an efficient tool for optimizing React applications in production. To implement effective SEO, we first need to understand how Next.js handles page rendering. A popular way to handle SEO is with a sitemap, which is a collection of all the visible URLs in your web application.

  4. 4
    Article
    Avatar of devtoDEV·5y

    Next.js Portfolio Template

    After a few months of development, I have finally put together a multi-themed website that will greatly increase your chances of getting attention from recruiters. The template has several API calls, that is handled by the SWR (stale-while-revalidate), the list includes: Medium, Spotify, GitHub and GitHub.

  5. 5
    Article
    Avatar of auth0Auth0·4y

    Using Next.js and Auth0 with Supabase

    In this article, we are going to explore using Next.js, Auth0, and Supabase to build a classic Todo app. Each user will only be able to see their own todos, so we will need to implement authentication, authorization, and a database. This article does not assume prior experience with any of these technologies.

  6. 6
    Article
    Avatar of medium_jsMedium·5y

    Break Stuff Until it Works — Optimizing performance in NextJS

    Performance optimizing isn’t easy, but with these steps you will be guaranteed to be much closer to a fast solution. The strategy is a method of “Breaking Stuff Until It Works’ Understanding NextJS’es lifecycle is the first step to optimizing your app.

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

    Announcing the Improved Next.js Discord Community

    The Next.js Discord has 30,000+ developers and growing more every day. New features include a new member onboarding flow to make it easier to navigate the Discord. A revised channel structure with new channels like #releases , #jobs , and #resources. A custom Discord bot for spam detection and moderation.

  8. 8
    Article
    Avatar of devtoDEV·4y

    Why I choose NextJS over CRA for new projects

    NextJS allows us to build our landing page, application, and API server all in a monolith. NextJS gives us the best of both worlds; we can decide when to server side render and when to client side render. Vercel provides us with an easy way to deploy our NextJS application and take advantage of serverless.