Implementing Authentication in Next.js: A Step-by-Step Guide [REPO]

In today’s article, we will dive into the world of Next.js to understand how to implement authentication so we can securely connect to our API. […]

Internationalization in Next.js with React-i18next [REPO]

In today’s tutorial we are going to see how to configure Next.js to display your content in multiple languages to support the internationalization process of […]

How to scale your React application by implementing a Design System

One of the most effective ways to scale a frontend team while maintaining design cohesion and maximizing productivity is by implementing a Design System. A […]

How to create a component library with React and StoryBook [REPO]

In the next post, we are going to do a step-by-step tutorial to implement a component library for React using Storybook and Rollup. I have […]

Advantages that Next.js offers for the SEO of your App

If your app’s content is accessible to your unauthenticated users, it can also be accessed by search engines like Google. Next.js, a popular React framework […]

Page transitions and animations with Next.js + Framer [REPO]

The goal of this tutorial is to implement navigation animations in Next.js. The end result will be this subtle animation that will improve the appearance […]