https://aurorascharff.no/posts/server-client-component-composition-in-practice/
Server and Client Component Composition in Practice | Aurora Scharff
Learn how to compose client and server components effectively in React. Explore patterns for keeping responsibilities clear, optimizing performance, and...
in practiceaurora scharffserverclientcomponent
https://aurorascharff.no/posts/dynamically-generating-pwa-app-icons-nextjs-16-serwist/
Dynamically Generating PWA App Icons in Next.js 16 with Serwist | Aurora Scharff
Learn how to dynamically generate PWA app icons in Next.js 16 using Serwist. This guide shows how to create environment-specific icons for development,...
app iconsnext jsaurora scharffgeneratingpwa
https://aurorascharff.no/
Aurora Scharff
My fullstack developer blog
aurora scharff
https://aurorascharff.no/posts/error-handling-in-nextjs-with-catch-error/
Error Handling in Next.js with catchError | Aurora Scharff
react-error-boundary has issues with Server Components in Next.js. catchError is a framework-aware alternative that handles notFound(), redirect(), and server...
error handlingnext jsaurora scharff
https://aurorascharff.no/search
Search | Aurora Scharff
My fullstack developer blog
aurora scharffsearch
https://aurorascharff.no/tags/filtering/
Tag: Filtering | Aurora Scharff
My fullstack developer blog
tag filteringaurora scharff
https://aurorascharff.no/posts/the-precompute-pattern-encoding-dynamic-data-into-urls-in-nextjs/
The Precompute Pattern: Encoding Dynamic Data into URLs in Next.js | Aurora Scharff
The Precompute pattern encodes request-specific data like auth state, locale, and feature flags into URLs to keep pages statically generated. This post walks...
dynamic data