Posts tagged with: #next.js

How to build a multilingual website in Next.js

It used to be challenging to build multilingual websites in Next.js, but things have greatly improved with introduction of Next 9. In this blog post I'm sharing my ideas on how to implement multi-language support (with locale subpaths, etc.) in Next.js by taking advantage of the framework's newly introduced APIs, while trying to keep things as simple as possible.

Read more →

Next.js, useRouter hook, and testing

A quick tip on how to test Next.js components which utilize the useRouter hook.

Read more →