6 Stories by Marie Starck
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.
Learn how to set up a Shopify store and create a Next.js application to list and display your products with dummy data.
Different projects have different needs. Let's go over three hosting solutions for Next.js, including Vercel, Netlify, and Heroku.
Choosing a styling option is dependent on many factors. Thankfully, Next.js offers built-in support for CSS in a variety of different ways.
This tutorial will cover how to create a React dashboard in three easy steps and connect it to a SQL database with MAMP.
Authentication is a crucial feature in web apps today. See how to use Firebase and React Context to implement user auth in a Next.js...