Logo
AboutArchiveSnippets

frontend

My Next.js App Setup Checklist (2025 Edition)

11 min read

My personal checklist that gets me from create-next-app to a fully configured development environment.

Next.jsemotion

Migrating from SSR to ISG: A Production Performance Story

9 min read

Reducing p99 latency and infrastructure costs by migrating a recipe application from SSR to ISG with on-demand revalidation

Next.jssupabase

Calling Native Android Functions from WebView

3 min read

How to (magically) talk to Android's native app code from a web page using WebView bridges.

webview

Generating TypeScript Types from JSON Data - A Custom Solution

3 min read

Automate TypeScript type generation from JSON data fetched from a CMS with a custom solution when existing libraries don’t work.

TypeScript

Setting Up Dark Theme with Emotion & Next.js

4 min read

Set up a dark/light theme toggle in a NextJS app with Emotion that respects user preferences

emotionNext.js
© 2024-present Zoe