Articles tagged with "Typescript"
Implementing Localization in a Next.js App
Feb 26, 2026
A guide on how to implement localization in a Next.js app to support multiple languages using i18next and react-i18next.
Fixing Broken Dynamic Routes After Upgrading to Next.js 16
Feb 1, 2026
Learn how to fix the common async params breaking change in Next.js 15+ that breaks dynamic routes, and understand why this change makes your apps more resilient.