Best of Next.js — 2021

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

    Blog - Next.js 12

    Next.js 12 includes a brand new Rust compiler that takes advantage of native compilation. We've optimized bundling and compiling with ~3x faster refresh locally and ~5x faster builds for production. Native Next.js APIs are now supported, as well as Suspense <Image /> AVIF Support.

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

    Blog - Next.js 11

    Next.js 11 includes Conformance, a system that provides carefully crafted solutions to support optimal UX. Next.js Live (Preview Release): Code in the browser, with your team, in real time. Webpack 5 is now enabled by default for all Next.JS applications.

  3. 3
    Article
    Avatar of medium_jsMedium·5y

    Remaking WordPress in JS stack. Hello to a new CMS for Next.js websites.

    Cromwell CMS is a free and open-source CMS for Next.js websites. It is a set of packages and services that can be installed and launched independently. It inherits the advantages of microservice architecture, and it’s much easier to update the CMS simply via running one node command.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Learn Next.js and Make React Development Simpler

    Learn Next.js and Make React Development Simpler with our React Development guide. Visit Nextjs.com to learn more about React development. For more information on Nextjs, visit the Nextjs website. For information on React Development, visit React Development.com. for more information about the React development guide, click here.

  5. 5
    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.

  6. 6
    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.

  7. 7
    Article
    Avatar of devdojoDevDojo·4y

    NextJS+Typescript and Tailwind: A match made in heaven

    Next.js is a React framework with features like hybrid static and server rendering, TypeScript support, smart bundling, route pre-fetching, and more. Tailwind CSS is a utility-first CSS framework that is being used to create markup-based designs. In this tutorial, we'll learn how to build up Next.js with TypeScript and TailwindCSS.

  8. 8
    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.

  9. 9
    Article
    Avatar of dailydaily.dev·5y

    Meet our 5 days open-source side-project and its tech stack

    daily.dev has launched a new side-project called Buzzword Quiz. It's a web application where you have to identify as many logos as possible in 90 seconds. The tech stack is very much influenced by our webapp. We chose Nextjs as it offers flexible rendering options. Redis is a great solution because active games have a predefined time-to-live.

  10. 10
    Article
    Avatar of devtoDEV·5y

    I created 8 free dashboard templates built with Tailwind for React, Next, Vue and Nuxt.

    Salvia-kit is an open source dashboard tool for React, Next.js, Vue.js and Nuxt. It is fully customizable and without external dependencies. You can export it and integrate it in your project. There are 33 repositories and each dashboard has 4 templates.

  11. 11
    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.

  12. 12
    Article
    Avatar of hashnodeHashnode·5y

    Trying out Next.js for the first time 🤯

    Hashnode Bootcamp's Day 5 task was a perfect moment I could try a new thing and write about it. Here I am writing about using Next.js for two really basic things I needed to work on. Here are the projects: The Birthday Wish Generator and the Home Page.

  13. 13
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Build Better React apps with Next.js

    Next.js is an open-source React front-end framework that adds additional optimization capabilities like server-side rendering (SSR) and static-site generation. SSR allows webpages to load in a fraction of the time and increases user experience with added responsiveness. Using SSR gives you an edge on SEO, which helps your site show up higher on search engine results pages.

  14. 14
    Article
    Avatar of dailydaily.dev·5y

    Next.js is turning 5. Join the celebration!

    Next.js Conf is a day dedicated to celebrating what we've accomplished as a community. Next.js was born and paved the way for a faster, more intuitive, and more freeing way to build for the web. Here are three reasons you won't want to miss the event on October 26.

  15. 15
    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.

  16. 16
    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.

  17. 17
    Article
    Avatar of smashingSmashing Magazine·5y

    Lessons Learned Rebuilding A Large E-Commerce Website With Next.js (Case Study) — Smashing Magazine

    We made the switch from a more traditional integrated e-commerce platform to a headless platform with Next.js. Here are the most important lessons learned while rebuilding a large e- commerce site with next.js, including how to build a site from the ground up.

  18. 18
    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.

  19. 19
    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.

  20. 20
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    A 2021 Crash Course in Next.js

    Next is a React web framework that enables server-side rendering and static site generation. It is built on top of React and gives you extra features which are perfectly suited for larger production apps. To create a Next.js app, we need to use the command shown below, inside any folder.

  21. 21
    Article
    Avatar of logrocketLogRocket·5y

    What’s new in Next.js 10.1

    Next.js version 10.1.1 has been released. It adds fast refresh, a successor to React Hot Loader. Fast refresh lets the developer make code changes on any component and preview the results on the UI with minimal friction. It is claimed to be 3x more optimized, which means faster refreshes and shorter development cycles.

  22. 22
    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.

  23. 23
    Article
    Avatar of phProduct Hunt·5y

    Bedrock — Full-stack Next.js & GraphQL boilerplate for SaaS products

    Bedrock is the modern full-stack Next.js & GraphQL boilerplate with user authentication, subscription payments, teams, invitations, emails and everything else you need. Jumpstart your next SaaS product with Bedrock. Embed Collect is the latest version of Bedrock’s popular Embed collected service.

  24. 24
    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!

  25. 25
    Article
    Avatar of webweb.dev·5y

    Introducing Aurora

    Aurora is a collaboration between Chrome and open-source web frameworks & tools. It aims to deliver the best user experience possible for production apps regardless of the browser you're rendering in. By bridging the gap between browsers and frameworks, it enables high-quality to be a side-effect of building for the web.