Heading image

Exploring Internationalisation With Nextjs 10 and react-intl

Dennis O'Keeffe
JavaScript in Plain English
5 min readNov 7, 2020

--

In this post, we will be diving into one of Next.js 10’s new advanced features in internationalised routing and how we can use this with react-intl.

Getting started

Create a new Next.js 10 project by running npx create-next-app i18n-example to create a new project name i18n-example.

--

--