Tag: nextjs

Introduction To Building A Monorepo In Next.js

Learn how to build a monorepo in Next.js

Dev

Learn what monorepos are and the tools required for working with them for Next.js with this follow-along tutorial.

Oghenetega Denedo
Apr 18, 2023 ⋅ 9 min read
Next.js Vs. React: The Developer Experience

Next.js vs. React: The developer experience

Dev

The developer experience for Next.js vs. React is similar in some ways and drastically different in others.

Andrew Evans
Apr 17, 2023 ⋅ 14 min read
Next Js Font Optimization Adding Custom And Google Fonts

Next.js font optimization: Adding custom and Google fonts

Dev

This lesson covers how to optimize the font loading experience in a Next.js project as well as how to add custom and Google fonts.

Ibadehin Mojeed
Mar 30, 2023 ⋅ 12 min read
Set Up Rate Limiting Next.js

Set up rate limiting in Next.js with Redis

Dev

Learn how to set up, test, and deploy a rate limiter in a Next.js app using a Redis client. Manage the number of requests to your server.

Ahmad Rosid
Mar 29, 2023 ⋅ 6 min read
How to Import SVGs Into Your Next.js Apps

How to import SVGs into your Next.js apps

Dev

This article will explore the different methods you can use to import and use SVGs in a Next.js application.

Joseph Mawa
Mar 24, 2023 ⋅ 8 min read
Using SuperTokens For Authentication In Next.js

Using SuperTokens for authentication in Next.js

Dev

In the fast-paced world of web development, security has become a major concern for developers and businesses alike. With the […]

Wisdom Ekpotu
Mar 22, 2023 ⋅ 10 min read
Comparing Next Js Vs Angular Key Features And Use Cases

Next.js vs. Angular: Comparing key features and use cases

Dev

Next.js and Angular are both popular JavaScript frameworks for developing web applications. Let’s compare their features, use cases, and more.

Temitope Oyedele
Mar 16, 2023 ⋅ 5 min read
Next.js Logo

How to build a progress bar indicator in Next.js

Dev

Learn how to use Next.js Router events to create a progress bar indicator and then customize the loader with styling and animation.

David Omotayo
Mar 8, 2023 ⋅ 7 min read
Building A Next Js App Using Tailwind And Storybook

Building a Next.js app using Tailwind and Storybook

Dev

Learn how creating an application with Next.js, Tailwind, and Storybook allows you to leverage the benefits of component-driven development.

Elijah Asaolu
Mar 1, 2023 ⋅ 5 min read
How to Use AWS Amplify for Next.js Authentication

How to use AWS Amplify for Next.js authentication

Dev

In this article, we will take a closer look at how you can simplify the implementation of authentication in Next.js by using AWS Amplify.

Madars Bišs
Feb 24, 2023 ⋅ 5 min read
Using Jotai With Next Js To Share State Across Your App

Using Jotai with Next.js to share state across your app

Dev

You can use Jotai in Next.js projects to share and manage states across your application using a bottom-up approach.

Abhinav Anshul
Feb 22, 2023 ⋅ 6 min read
MDX Integration Strategies for Next.js

MDX integration strategies for Next.js

Dev

This article will explore three unique strategies for easily integrating MDX into your Next.js applications.

Georgey V B
Feb 2, 2023 ⋅ 8 min read