Tag: nextjs

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
Next.JS Logo

Choosing the best Next.js hosting platform

Dev

Different projects have different needs. Let’s go over three hosting solutions for Next.js, including Vercel, Netlify, and Heroku.

Marie Starck
Apr 28, 2022 ⋅ 5 min read
Incremental Static Regeneration Next.js

Incremental Static Regeneration with Next.js

Dev

Next.js v9.5 introduces Incremental Static Regeneration, a hybrid version of SSG and SSR. Learn about how it can be used.

Ido Shamun
Apr 12, 2022 ⋅ 6 min read
Next Chakra Hackernews

Hacker News client with Chakra UI and Next.js 

Dev

Build a Hacker News client that is responsive for mobile view, is server-side rendered, and supports pagination.

Kapeel Kokane
Apr 7, 2022 ⋅ 8 min read