Marie Starck

  Marie Starck is a fullstack software developer. Her specialty is JavaScript frameworks. In a perfect world, she would work for chocolate. Find her on Twitter @MStarckJS.

     



8 Stories by Marie Starck

Adding a robots.txt file to your Next.js app

Learn what a robots.txt file is, how to add it to your Next.js application, and how to validate it when your app is deployed.
0 3 min read

Build a PWA with GraphCommerce and Next.js

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

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

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.
0 4 min read

Build an ecommerce app with Next.js and Shopify

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

Choosing the best Next.js hosting platform

Different projects have different needs. Let's go over three hosting solutions for Next.js, including Vercel, Netlify, and Heroku.
0 5 min read

The best styling options for Next.js

Choosing a styling option is dependent on many factors. Thankfully, Next.js offers built-in support for CSS in a variety of different ways.
6 7 min read

Creating dashboards in React with React Dashboard

This tutorial will cover how to create a React dashboard in three easy steps and connect it to a SQL database with MAMP.
2 4 min read

Implementing authentication in Next.js with Firebase

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...
26 7 min read