DEV Community

Cover image for Next-translate 1.0 demo - I18n your Next.js +10 pages in an easy way
Aral Roca
Aral Roca

Posted on

3 1

Next-translate 1.0 demo - I18n your Next.js +10 pages in an easy way

I want to share a small demo of what version 1.0 of next-translate will be like.

Now with Next.js +10 the i18n routing support is in the core, but we still need an easy system to load the translations without having to overwrite page by page the getStaticProps, getInitialProps, or getServerSideProps methods. Next-translate offers a solution through a Next.js plugin that automatically loads only the necessary files for each page and language. Fully compatible with SSG.

GitHub: https://github.com/vinissimus/next-translate/tree/1.0.0-experimental

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay