Tag: nextjs

Applying Atomic Design To Your Next.js Project

Applying Atomic Design to your Next.js project

Dev

In this article, we will focus on Atomic Design, learn its principles, and apply them to create a basic blog page in a Next.js application.

Nefe Emadamerho-Atori
Oct 6, 2022 ⋅ 6 min read
Build A Server-Rendered React App With Next.js And Express

Build a server-rendered React app with Next.js and Express

Dev

One of Next.js’ strong points is that it handles server-side rendering excellently, and it integrates with Express just as well.

Ogundipe Samuel
Oct 4, 2022 ⋅ 7 min read
Next.JS Logo Over Sunset Water

Improving Next.js app performance with BlurHash

Dev

Learn how to use BlurHash to generate placeholder images for a Next.js application for improved app performance and user experience.

Timonwa Akintokun
Sep 27, 2022 ⋅ 6 min read

Troubleshooting a Next.js app with ESLint

Dev

Learn how to troubleshoot bugs in a Next.js app with ESlint — a useful tool that enforces code styles and keeps your code clean.

Avneesh Agarwal
Sep 23, 2022 ⋅ 3 min read
Build An Api With Next.js Lambda Functions

Build an API with Serverless Functions in Next.js

Dev

Serverless functions are not directly a part of Next.js’ API. Next.js provides developers with API routes that can be deployed on Vercel as serverless functions.

Lawrence Eagles
Sep 21, 2022 ⋅ 6 min read
A Guide to Using Convex for State Management

A guide to using Convex for state management

Dev

Get to grips with Convex, a full-stack solution including data storage, retrieval, and mutations, all built into an SDK for global state management.

Anshuman Bhardwaj
Sep 21, 2022 ⋅ 9 min read
Implementing User Authorization Next Js

How to implement authentication and authorization in Next.js

Dev

Let’s explore how to use the NextAuth.js library to implement user authorization (OAuth2.0) in Next.js applications.

Kingsley Ubah
Sep 12, 2022 ⋅ 10 min read

Build a PWA with GraphCommerce and Next.js

Dev

Discover how to create an ecommerce store with GraphCommerce and customize it easily with Next.js and React.

Marie Starck
Sep 7, 2022 ⋅ 2 min read
Dynamic imports and code-splitting with Next.js

Dynamic imports and code splitting with Next.js

Dev

Speed up your app and fine-tune your Next.js app’s production performance with this tutorial on dynamic imports and code splitting.

Emmanuel Odioko
Aug 25, 2022 ⋅ 5 min read
Build a full-stack app with Next.js and Supabase

Build a full-stack app with Next.js and Supabase

Dev

We’ll build an app using Next.js and Supabase. The concept is for users to track and create workout activities based on specified parameters

Taofiq Aiyelabegan
Aug 17, 2022 ⋅ 14 min read
Deploying Next.js With Flask

Deploying Next.js with Flask

Dev

Learn how to adopt Next.js to a Flask application to benefit from server-side rendering.

Eze Sunday
Aug 11, 2022 ⋅ 5 min read
Comparing Create React App Vs Next Js Performance Differences

Comparing Create React App vs. Next.js performance differences

Dev

Next.js vs. Create React App: who comes out on top in the battle of SSR versus CSR?

Sean Connolly
Jul 14, 2022 ⋅ 8 min read