Tag: nextjs

Using Notion With Incremental Static Regeneration In Next Js To Synchronize Content Across Platforms

Using Notion and Next.js ISR to sync content across platforms

Dev

Integrating Notion and the Notion API with ISR in Next.js makes it easy to create and publish synchronized blog content across the web.

Andrew James
May 22, 2023 ⋅ 10 min read
Best Next.js Starter Templates

The best Next.js starter templates

Dev

We review some of the most popular Next.js website starter templates, offering a range of features and customization options.

Nelson Michael
May 17, 2023 ⋅ 6 min read
Implementing Service Workers In Your Next Js Application

Implementing service workers in your Next.js app

Dev

Service workers can enhance your Next.js app functionality and improve UX. Let’s explore how to implement service workers with examples.

Elijah Agbonze
May 9, 2023 ⋅ 9 min read
Convert Nextjs Component Figma

How to convert Figma components to Next.js with Tailwind CSS

Dev

Figma is a cloud-based design and prototyping tool that allows you to create designs for websites and mobile apps; we learn how to convert Figma designs into Next.js code by using Tailwind CSS.

Murat Yüksel
Apr 25, 2023 ⋅ 11 min read
How Analyze Next.js Application Bundles

How to analyze your Next.js app bundles

Dev

Learn how to analyze your Next.js app bundles to identify areas for optimization, reduce your codebase, and improve app performance.

Timonwa Akintokun
Apr 25, 2023 ⋅ 7 min read
Using Next.js With TypeScript

Using Next.js with TypeScript

Dev

In this tutorial, we’ll demonstrate how to use Next.js with TypeScript to build high-quality, search-optimized, and predictable apps.

Ibrahima Ndaw
Apr 24, 2023 ⋅ 13 min read
Protecting Next.js apps from CSRF attacks

Protecting Next.js apps from CSRF attacks

Dev

Using next-csrf, SameSite cookies, and more, learn more about how to prevent and protect against CSRF attacks in Next.js.

Kevin Tomas
Apr 24, 2023 ⋅ 6 min read
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 vs. Nuxt.js: Ultimate guide

Next.js vs. Nuxt.js: Ultimate guide

Dev

In this thorough guide, we’ll compare the Next.js and Nuxt.js JavaScript frameworks, their use cases, and their pros and cons.

Jude Miracle
Apr 11, 2023 ⋅ 13 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