Next.js
Next.js is a robust React framework for building full-stack web applications. I primarily use it for all my front-end client work and my personal homepage.
I wrote 6 posts about Next.js.
Results
- –
Vegas Store
Custom web application for a unique slot machine merchant. Built with Next and Sanity.
- –
Kruut un Smook
A headless e-commerce app for a Hamburg based spice factory start-up. Built with Next.js, Dato CMS and Shopify.
- –
Displaying a View Counter with Plausible Analytics API Data
Creating a view counter can be difficult to do. You might need to set up a database and an API. If you're using Plausible Analytics, you already got those.
- –
Keep Shopify and Your Headless CMS in Sync
An approach to sync data from Shopify with a headless CMS in real-time using Next.js API routes and serverless functions.
- –
Using Plausible Analytics in Your Next.js App
Working with a simple and privacy-friendly alternative to Google Analytics in your Next.js app and dodging a few caveats.
- –
Verifying Your Shopify Webhooks in Next.js APIs
A journey through the pitfalls of verifying the origin of your Shopify webhook requests with a base64-encrypted hmac header.