Skip to content

Latest commit

 

History

History
853 lines (633 loc) · 77.1 KB

File metadata and controls

853 lines (633 loc) · 77.1 KB

drawing

Let's learn about Nextjs via these 211 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the /Learn or LearnRepo.com to find the most read blog posts about any technology.

Next.js is a flexible React framework that gives you building blocks to create fast web applications. It's used on internet pages like this one :-)

CRA may be "dead", but there are many alternative tools available for building React applications that offer superior performance and faster development times.

Ace Your Next.js Interview with these commonly asked Next.js interview questions and answers.

A comprehensive, step-by-step guide on integrating Firebase Authentication with Next.js using the zero-bundle size next-firebase-auth-edge library.

With server and client components in next.js 13, this tutorial will take you through integrating and managing state using redux toolkit in your project.

Want to persist data in Next.js without using a lib or any third parties to achieve that, and still have the data not change or reset after refresh?

Next.js is a JavaScript framework that enables developers to create front-end web applications that are run on a server. It is a React-based framework that is e

Let's see exactly how we can protect files in next.js and allow certain users only to download them. Click to read the article...

Understanding Debounce in Next.js

With this article, learn to construct a real-time application, leveraging the power and finesse of Next.js 13.4 server actions.

Express.js framework provides inbuild APIs which are very useful to build fast and scalable applications efficiently with React.js.

Welcome to this comprehensive guide on parallel routes in Next.js.

Next.js supports both WebSockets and Server-Sent Events (SSE), making it an excellent choice for building scalable real-time applications.

A benchmark comparison and analysis between Qwik and Next.js 13.

Learn to create a Full Stack Airbnb Clone with Amplication: Low-code Next.js frontend, Tailwind CSS styling, JWT-based auth, Mapbox API maps, and more.

Discover the challenges of creating PWAs with Next.js, the powerful next-pwa plugin, and the exciting future with the @imbios/next-pwa package.

Building a simple blog with Next.js 13

I see a lot of discussion around CRA being outdated and we should replace it with Vite. This blog discusses CRA's problems and alternatives we can use.

Google Analytics is a web analytics service that tracks and reports several types of website traffic.

Next.JS allows the developers to create Server-side, Client-side or Static websites. Unlike the other frameworks, the rendering in Next JS is per page. That means, the "about" page can be static, while the "home" page can be server-side.

How to set up a multi-language Next.js project with built-in support for internationalized routing and react-intl library.

A review of popular React Frameworks that can be used to develop React Applications.

Next.js and SignalR integration. Next.js and SignalR troubleshooting

Unleash the full potential of React Hooks! Discover how to leverage this powerful feature to enhance your React applications with examples and common pitfalls.

An app that can understand the context of any web page. We'll show you how to create a handy web app that can summarize the content of any web page

Troubleshooting with source maps uploading to Sentry with Next.js

A comprehensive Todo app with APIs and E2E tests with GitHub Actions enabled.

How to implement secure email verification in Next.js 14 using NextAuth.js, Resend, and React Email. Enhance your web application's security and user experience

Next.js: A Guide to Non-Route-Based Localization

When you're writing client-side code to make API requests, you might need a Proxy Server to hide your API Credentials. Let's see how to do this for React apps.

There are two popular options for creating web applications with React: Next.js and React Router. Both have their pros and cons, but which one.

Bridging Design and Development: Creating an open-source portfolio website template for designers. Easy customization, visual focus, and one-click deployment.

Enhance your web app's performance with Cloudinary in Next.js! Optimize media delivery and improve user experience. Learn how in our step-by-step guide.

In this blog post, we will explore advanced techniques for optimizing SEO in Next.js to enhance search engine visibility and attract more organic traffic.

Learn to create reusable components in React for better code organization and maintenance, using ComponentProps and HTMLAttributes interfaces for adaptability..

In this tutorial, we'll explore the process of building a functional web development Integrated Development Environment (IDE) using React within a Next.js appli

Over the span of a year, I created 8 web app and game clones. I decided to share them, so the community can get some inspiration to build as well.

This blog post is a small tutorial in which I show you how you can create a gradient border blog card using Tailwind CSS.

Learn how to build zero knowledge dapps, using zero knowledge proofs boilerplate. Build age verification dapp using zero knowledge proofs.

Next.js v13 was released by Vercel at the Next.js conference in October 2022, bringing many new features and improvements.

Discover NPM Workspaces & Monorepos for efficient project management, empowering NextJS & Storybook integration in a unified repository.

Learn how to create a React Form Repeater Component,

Master Next.js 14 authentication with NextAuth.js, react-hook-form, & Zod. Learn to secure apps with email/password auth & more in this concise guide.

How to deal with the Browser SecurityError: The operation is insecure or localStorage is not defined.

This tutorial shows how a lightweight and performant time-series database coupled with queued status checks and a simple UI are best for robust applications.

Gatsby.js vs. Next.js: Gatsby.js is better for static websites, while Next.js is better for dynamic or hybrid multi-user websites.

React Server Components are a new feature that lets you build apps that combining the interactivity of client-side apps with the performance of server rendering

In this tutorial, I’ll show you how to deploy a full-stack JavaScript web app into Firebase. We’ll deploy a Next.js application to Firebase hosting.

The goal of this post is to show you how you can create your own static personal website for under $1 a month.

A guide to help you set up Google Analytics 4 on your Next.js website.

Responsive chakra ui components, templates and projects. Production-ready hand crafted chakra Components and templates. Deliver your projects faster.

Let’s try our hand at building just such a frontend integration — a chat helper that can use OpenAI to answer a potential student’s questions...

Authentication is a way for applications to confirm user identity before granting permission or entry to a website.

Learn about software architecture styles and structure partitioning, their implementation, use cases, and a practical TODO example system.

In this tutorial, you’ll see how to build a scalable, secure, and flexible client portal on Airtable using Sync Inc, Cotter, and Next.js.

Hey devs, welcome to this tutorial; we will build a real-time Todo App with React, NextJs + Firebase.

In this article, we'll go over some of the most common React interview questions and how to answer them.

Using multi-stage builds to optimize production Docker image for faster deployment.

Learn how to seamlessly integrate Stripe Checkout with Next.js in this step-by-step guide. Set up a sandbox environment, get your API keys, and start accepting

A short post on how to get started with mdx-bundler in Next.js

Learn how to diagnose and fix Flash of Unstyled Content (FOUC) in Next.js 14 with our step-by-step guide.

Sandpack is a react library that helps you to add a live, in-browser coding environment to your react application easily.

NextJS is becoming a de facto framework for modern web development. In this article we will build a starter repo that you can use for every new project.

Connecting Your Decentralized Application (Dapp) with a Backend: A Step-by-Step Guide.

It was a great feeling to see my first website live on the internet.

React, Gatsby, Next.js. Which of the three should you choose for your frontend web development and what should you understand before you make the decision?

So that's it, we are now using SWR as our default data fetching library, giving you all the benefits, like optimistic updates while consuming WunderGraph APIs.

Publishing static content becomes so effortless with Next.js, MDX, and Contentlayer. This article will show you how easy it is to implement that system.

React itself is a great solution already. But why are there many guides on "How to convert React to Next.js"? Let's find out why and when Next.js is better.

Explore a world of web development innovation with full-stack clones of popular apps, from Amazon to WhatsApp. Discover endless possibilities in tech!

Welcome to code, where the metrics are made up and the points don’t matter. I’m not #1. I just commit more often. 😛

This tutorial series will guide you in creating a decentralized application that leverages Sia's blockchain to ensure user data ownership and privacy.

Learn how to build a secure, real-time collaborative document editor with Next.js, Appwrite, Liveblocks, and Permit.io using ReBAC.

This course will guide learners through the process of creating a full-stack Blockchain-Based Play-to-Earn dApp including the use of ERC20 tokens.

Come on a journey with me as I create a self-generating news app, powered by automated AI-generated content.

50+ Github Repositories Every Front-end Developer Needs

In this article, we'll take a look at some of the most common JavaScript mistakes and how to avoid them.

In this article, we’ll look at how you can integrate Jscrambler into your Next.js app development workflow.

This Amazon Clone features a wide range of technologies and functionalities, including Next.js, Tailwind CSS, Zustand, Typescript, Prisma and Amplicaiton

Build a decentralized application (Dapp) for a charity marketplace. Learn Solidity, Ethereum, OpenZeppelin, Next.js, TypeScript, Hardhat, EthersJs, Redux-Toolki

Learn to set up a secure and user-friendly system for password recovery in Next.js, complete with token verification and email notifications.

Firebase v9 Paging with StartAfter() + Nextjs 13.x.x

I've never met a true, passionate web developer who isn't a multi-dimensional specialist interested in a wide variety of topics related to their job.

If you're looking to build a cutting-edge decentralized application that combines the power of blockchain technology, real-time communication, and user-generate

I’m a Chapman Stick player turned web developer. I’ve had a Wordpress site for my Electronic Prog-Rock music project since 2014, much before I started my career as a web developer in 2017. Since becoming a developer, I’ve wanted to rebuild the website but, a combination of time, lack of design chops, and a bit of ignorance of how to migrate all the plugin tools Wordpress provides delayed my project.

Learn how to set up NextJS 13 with Auth0 for a web multi-tenancy app using sub-domains. Overcome issues with callbacks, grant_type, and logout URLs

JavaScript in 2025 is more powerful, expressive, and efficient than ever.

n this blog post, we'll learn how to create apple music's background blur effect using blurhash.

In this guide, we will teach you how to build your own decentralized voting dapp using Next.js, TypeScript, Tailwind CSS, and CometChat.

This is How I Built My Portfolio Site and personal blog using React and NextJS, and how it achieved a Perfect Lighthouse Score. I rundown all the fudamental iss

You can build an enterprise-grade app with low-level knowledge thanks to the myriad of robust services covering every aspect of a web product’s needs. In this article, I explore how I built an app over a couple of weekends in lockdown with not a lot of work.

A deep dive into building next-pwa-pack, a zero-config PWA toolkit for Next.js 15 with App Router, SSR, cache sync, and server revalidation.

A web app that allows users to create and manage their warehouse of items.

Next.js is a framework built on React that gives frontend developers the flexibility of creating modern and scalable apps

Creating a Slack clone with Supabase and Next.js

In this post we are going to discuss, how you can set up a user Login authentication using Auth0 in Next.js projects.

Learn how to apply the new design to a Ruby on Rails app without risks to your business and do that cheaper.

In this article, I will be sharing with you 7 awesome React UI libraries that you should check out.

In this project, we are going to build GitHub user Search App using Github API. We will design the UI of the app using Tailwind CSS with Next.js as a framework.

How to send invoices and add a payment reminder in Next.js with Courier API. Utilizes React and JavaScript to build services in Node.JS.

Procrastination, we've all dealed with it. But today because of this blog post you will find five full-stack projects you can add to your portfolio before the end of 2020!

We decided to build a custom hook that would load and store user preferences from local storage, so users can start with the same settings applied.

Bunch of code snippets solving most common problems every Web3 developer needs.

With React/Next.js, the fundamental problem you’re solving is that of turning some notion of ‘state’ into DOM, with a focus on composability

I will show you how to build a page with multiple pricing tiers in this article.

Extensive React Boilerplate: what is it, what features include, how it complements Nest.js boilerplate to build full-stack apps

React introduced a new feature called React Server Components (RSC) in December 2020. RSC are a new type of React component that can run on the server

Where is front-end development heading in 2021? Jay Freestone examines trends and technologies that will shape web development this year.

How to Build a GraphQL eCommerce App from Scratch

A senior-level deep dive into how React Server Components (RSC), SSR, and CSR work together in Next.js 15 — and why server-first rendering is the future.

Containerization in it's entirety is an incredibly useful concept. From being able to execute applications in isolation, to being able to port them easily..

Your collaborative AI assistant to design, iterate, and scale full-stack applications for the web.

How you can use Next.js and Cosmic to create special web pages such as restaurant websites that include restaurant menus that have many images and animations.

Next.js and Gatsby are modern front-end frameworks based on React.

Vercel has recently announced the latest version of its React-based web framework- Next.js 10.

A simple tutorial for beginners to create an object detector with NextJs.

You might occasionally see a 404 error in the console log when displaying a YouTube thumbnail.

User authentication and authorization can be difficult and time consuming. Getting it wrong can also have disastrous consequences, such as malicious users accessing and stealing personal or sensitive information from your app.

In this post, I introduce TwNFT, an application that lets you mint your tweets as NFTs easily and for free and explain how it works and how I made it.

This blog post demonstrates how to integrate Zegocloud's services for Video Call and Voice Call functionality into a Full Stack WhatsApp Clone.

Build your own Perplexity-style deep research AI agent using Next.js 15, OpenAI & exa.ai. Complete architectural guide with production-ready TypeScript code.

In today’s blog, we are going to see how we can configure WordPress as Headless CMS using REST API with Nextjs.

In this blog post, I will show you how to create a video call app using ZEGOCLOUD and React. ZEGOCLOUD is a cloud-based video call platform.

This post will show you how to build the Feature Toggle mechanism in your Next.JS application. We are going to use Next.JS, React, and TypeScript

Learn how to deploy an Amazon Clone application on Aptible, a secure and scalable cloud infrastructure platform.

In the simplest terms, a serverless system is a way to build an application without having to manage the infrastructure. It reduces administration & maintenance

React is a tool for building a front end. Next.js serves the same purpose. However, both instruments offer a slightly different set of features.

Agent Instructions are a set of directives appended into an agent during its provisioning phase.

The new version is interesting not only for its new functionality, but also for the shift in priorities, the organization and reflection on mistake.

A frontend developer should be able to define what data is needed for a given page

This guide offers insights and practical tips to improve code reliability and maintainability in React, Next.js, and modern JavaScript applications.

In this tutorial, we will build a custom email subscription app by integrating robust security measures and validation techniques.

Hacker Noon Product Update: Overview of What We Deployed in April 2020

Explore Next.js's new native PWA support to easily create powerful, app-like web experiences with offline caching, push notifications, and seamless updates.

You can spin up a Webiny instance on your own cloud infrastructure in minutes, and use one of our 1-click starters to get build a frontend quickly.

TailwindCSS is a highly customizable, low-level CSS framework. Here are my reasons why I decided to switch from normal CSS to Tailwind CSS for my work.

A waitlist application is used by agencies, companies, marketing campaign websites, and many more to collect user data from a website.

In this article, we'll discuss some tips on how to create a great user experience with React.

By the end of this guide, you'll have a functioning decentralized platform where users can list and participate in events.

Next.js and Gatsby - what their strengths and weaknesses are and which one is the better choice

Learn to build a decentralized house rental marketplace on Ethereum.

A chatbot system that can be trained with custom data from PDF files.

I moved my portfolio website from Next.js to Astro after three years. Faster builds, less JavaScript, better SEO, and a simpler setup that just works.

This guide will walk you through building a RAG application using NextJS, the OpenAI API, and Dewy as your knowledge base.

Slack notifications are one of the easiest ways to get notified for smaller teams.

Axios was compromised in a major supply chain attack affecting 100M+ installs. Learn what happened and how to migrate safely to axios-fixed in minutes.

Learn how to implement secure, scalable Role-Based Access Control (RBAC) in a Next.js app with Permit.io, managing user permissions and enhancing app security.

The app directory, Streaming, Suspense, and hybrid Server and Client Components were demystified — with a little help from GraphQL + WunderGraph.

AI could help you create your own private contact room on WhatsApp 1.0.

Set up secure authentication in your Next.js app with Firebase. Follow this step-by-step guide to quickly integrate Google and Email/Password sign-in methods.

In this tutorial, I will teach you how to build your own faucet be it for your team or personal use.

NotionNext is an open-source project that allows you to build a website directly from your Notion workspace.

A look at a controversial proposal about splitting JavaScript, the latest Node.js release, some killer tools, and more.

Full-Stack development just reached a whole new level of productivity. Isomorphic TypeScript APIs, as I call them, blur the lines between client and server.

In this article, you will get started with Medusa by building your first headless store with a single command.

Discover the steps I took to skyrocket my website performance score from 35 to a perfect 100. Learn about leveraging Next.js, optimizing images, choosing the ri

AI-generated content is changing the SEO game. Learn how a technical, SEO-first PWA architecture is now non-negotiable.

This Week in JavaScript includes OpenAI's groundbreaking GPT-4.5 model, Doom running in TypeScript, major Bun updates, and Firefox's privacy controversy,

Organizing your Next.js application and using its components.

How to serve raw Markdown files in a Next.js blog using middleware and API routes, enabling Agent Experience SEO (AX-SEO).

Learn how to add A comments & reactions system to your Next.js blog powered by GitHub Discussions using giscus.

Combining Next.js and Electron app to use React Server Components without opening ports or running HTTP server even on localhost.

NextJS 12 was announced yesterday at the NextJS Conf and they announced a new feature called middleware which allows one to modify the response to a request.

Highlights from the deprecation of Create React App, exciting updates from the React Native Summit, and why ES Modules are becoming the standard in JavaScript.

n this tutorial, we will walk through the process of fetching a cat image from The Cat API, and rendering it in a React Bricks application.

I built a cinematic 'Spotify Wrapped' for Product Hunt makers using Next.js. Discover your 2025 global rank and persona before our Dec 27 launch!

There are many reasons to switch from traditional CRA to the modern framework of React.

Learn how to build a customizable logo builder app with Next.js, shadcn/ui, html2canvas-pro, and Lucide Icons. Follow our step-by-step guide to create and perso

How to build a tech stack if you run an early-stage startup.

There are many aspects to be considered for a production-ready website. Here is my short list of what to look for.

Why Google AdSense ads silently fail on Next.js sites using client-side navigation—and the simple fix that restored impressions and revenue.

This article will guide you through creating a flexible and dynamic content platform using WordPress as a headless CMS

Learn how to build a "Magic Move" animation engine for Excalidraw from scratch using Next.js and Framer Motion.

Crafting Telegram bot-driven NFTs, and delving into Web3 and blockchain tech for creative enthusiasts.

Recently I made a small web app that requires user accounts. I learned quite a bit about setting up authentication with Firebase on the client-side and using it on the server-side to protected API routes with a middleware pattern similar to Express.js. This post is a recap of what I learned based on this project for future reference. You can find the code for this project on GitHub here.

Open Source Full-stack clean authentication template with Next.js, NodeJs, ExpressJs. Features email/OTP, OAuth, RBAC, JWT security, and more.

This is mainly useful for websites that use React/NextJS with a CMS (Content Management System) integration. No matter, whether it's WordPress, Contentful, Prismic or any other CMS. This concept is highly relevant for companies that require non-engineers to update the content easily. Whether, it's a change in the content, A/B testing or conversion-rate-optimization related. There are many reasons why the content of a website gets updated quite often throughout the year.

4/3/2024: Top 5 stories on the HackerNoon homepage!

DataGlass is an AI-powered data visualization tool.

What is the best choice, and how does one go about selecting an i18n library for production? Let’s address this decision-making process.

A boring, repeatable image pipeline for Next.js: cap images at 800px, strip metadata, and auto-pick lossless vs lossy WebP so pages feel complete faster.

To celebrate 700K+ listens I decided to write an article where I could take you behind the scenes and share some of the most valuable lessons I've learned.

Some months ago I posted an article about how I built my first personal portfolio. The feedback was pretty awesome and I got some great ideas.

This article explains how NodeLand uses a simpler, more pragmatic approach to document synchronization in a collaborative mind-mapping whiteboard.

This tutorial will help you to learn how to add a file service plugin in order to be able to add products to your Medusa store via the admin dashboard

An NFT Explorer is a Decentralized Application (dApp) that allows users to get information about an NFT collection from the blockchain.

For the last few months, I've been working on a personal portfolio. I've always believed that a separate portfolio is important for any dev since it connects you to future opportunities and it helps you to grow your network.

Back in the day, rendering a website was simple. You needed a web server that served HTML files. Those were static sites. Then developers started using databases and authentication. To achieve that, they needed to manipulate the HTML file before serving it.

Courseware as Code is a revolutionary approach to streamlining the production of courseware.

generate sitemap for next.js under 1 minute

Learn how to create your own sitemap generator script for a static Next.js website.

4/4/2024: Top 5 stories on the HackerNoon homepage!

Use TypeScript in all your projects and all use cases without any limitation. You can now do frontend, backend, infrastructure and machine learning in one progr

Built with Next, Apollo and MongoDB and deployed with GitHub Actions and Docker.

The initialized project is designed for client-side applications exclusively.

This article demonstrates how you can share any serializable data between React components.

Universal Image Component is the Ultimate React/NextJS Image Solution. It offers a range of modes to suit your needs. From Base64 conversion to CDN optimization

Ever wanted to create a browser console log that persists after a page reloads? Sure, that isn’t a problem if you enable the “preserve log” option in your developer console, but hear me out.

An interview with Leandro Nuñez, HackerNoon contributor, technical writer and software engineer.

These tips and tricks for you on the Next.js router help you make your DX better and code cleaner

Harness the power of PlanetScale, Drizzle ORM, and Kysely Query Builder to develop a scalable fully-typed web app.

7/17/2025: Top 5 stories on the HackerNoon homepage!

NextJs pricing page for Postly and Onu is built with detection, normalization, multi-provider FX, caching, and a tiny Switch Currency UI.

8/4/2025: Top 5 stories on the HackerNoon homepage!

It may not be apparent when you're working on it locally, but quirks such as this one on Netlify can throw a wrench into your application deployed in prod.

A candid walkthrough of Dograh, the self-hostable voice AI platform built for developers who want full control, tracing, and no platform fees.

Oh…I am so sleepy…because I launched AskMakers 2.0 on Product Hunt and I have been monitoring it almost without sleeping😪

8/10/2023: Top 5 stories on the Hackernoon homepage!