Tag: nextjs

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
Form Validation With Next.js And Netlify

Form validation with Next.js and Netlify

Dev

Building forms is a vital crux for many software applications. Forms are generally meant for collecting data from users. With […]

Ishan Manandhar
Jul 8, 2022 ⋅ 6 min read
Next.JS Logo

Handling Bootstrap integration with Next.js

Dev

Let’s explore how to use Bootstrap’s full capabilities in a Next.js application and analyze the most common issue that occurs.

Elijah Asaolu
Jul 8, 2022 ⋅ 5 min read
Next.js Logo Over Blue Background

What you need to know about the new Next.js router

Dev

Here’s a quick look at how Next.js’s current router works, its limitations, and the biggest changes coming up with the next Next.js router.

Marie Starck
Jun 20, 2022 ⋅ 4 min read
Using GraphQL With Strawberry, FastAPI, And Next.js

Using GraphQL with Strawberry, FastAPI, and Next.js

Dev

Use FastAPI, Strawberry, and GraphQL in a Next.js app that improves developer experience by using types and automating the code generation.

Yasoob Khalid
Jun 10, 2022 ⋅ 18 min read
Next.JS Logo

Build an ecommerce app with Next.js and Shopify

Dev

Learn how to set up a Shopify store and create a Next.js application to list and display your products with dummy data.

Marie Starck
Jun 6, 2022 ⋅ 13 min read

Debugging Tailwind CSS and Next.js

Dev

Using Tailwind CSS and Next.js together can be a powerful match, sometimes a few bugs get in the way. Learn to fix them in this tutorial.

Rahul Chhodde
May 13, 2022 ⋅ 8 min read
Improve App Performance React Server-Side Rendering

Improve app performance with React server-side rendering

Dev

React server-side rendering offers performance benefits vs. client-side rendering. Learn about different React SSR frameworks.

Muhammad Muhsin
May 4, 2022 ⋅ 7 min read
How Astro Compares To NextJS For React Apps

How Astro compares to Next.js for React apps

Dev

At their most basic levels, Next.js is a full-stack framework specifically built for React, whereas Astro is a static site generator offering support for React.

Cole Gawin
May 4, 2022 ⋅ 6 min read