Skip to content
Examples
Index

Examples

App RouterFeatured

An example that showcases usage of next-intl with the App Router.

Street photography viewer

An App Router example that handles i18n exclusively in Server Components, while adding interactivity with Client Components.

App Router Migration

An example that showcases a basic installation of next-intl in a Next.js app that uses both the Pages as well as the App Router.

App Router NextAuth.js

An example that showcases the usage of next-intl together with NextAuth.js and the App Router.

App Router Playground

An example that showcases various advanced use cases of using next-intl with the App Router.

Pages Router

An example that showcases a basic installation of next-intl with the Pages Router.

Pages Router Advanced

An example that showcases more advanced features of next-intl with the Pages Router.

React (without Next.js)

An example that showcases the usage of use-intl, the base library of next-intl, in a regular React app.

React Native

An example that showcases how use-intl, the base library of next-intl, can be used with React Native.

Remix

An example that showcases how use-intl, the base library of next-intl, can be used with Remix.