Dev Resource Hub
  • Tech news
  • Tech Resources
    • Tutorial Resources
    • Software Resources
    • Hardware Resources
    • AI Resources
    • Programming Manual
    • Cybersecurity
  • About
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms of Use
  • English
    • 中文 (中国)
    • English
  • Tech news
  • Tech Resources
    • Tutorial Resources
    • Software Resources
    • Hardware Resources
    • AI Resources
    • Programming Manual
    • Cybersecurity
  • About
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms of Use
  • English
    • 中文 (中国)
    • English
  1. Home
  2. Programming Manual
  3. Framework Documentation
  4. Article list
How to Implement Multiple Middlewares in Next.js | Authentication, i18n & Modular Middleware Guide

Framework Documentation How to Implement Multiple Middlewares in Next.js | Authentication, i18n & Modular Middleware Guide

Learn how to implement multiple middlewares in Next.js step by step. This guide covers authentication middleware, i18n (internationalization), modular middleware structure, and best practices for clean, scalable Next.js applications. When building medium-to-large Next.js applications, we often need to perform some preprocessing before requests enter the application, such as user authentication, internationalization settings, and redirects. Starting…

149 Views 0 Comments
Framework Documentation 2025-08-22
Next.js (SSG) & i18n

Framework Documentation Next.js (SSG) & i18n

This article will introduce how to use multiple languages ​​in the nextjs-ssg framework with examples. At present, NextJS’s support for SSG is not perfect, and there are still many unsupported functions, including multi-language routing. In SSR mode, you can distinguish page languages ​​by path through simple configuration. However, SSG lacks corresponding support. Next, we will…

334 Views 0 Comments
Framework Documentation 2025-07-08
About us

About Us | Contact Us | Privacy Policy | Terms of Use