September 20, 2025
Server Action Patterns: A Cookbook
Six server action patterns I use every week: standard mutations, redirects, optimistic lists, file uploads, progressive enhancement, and hexagonal composition. Code-heavy, opinion-light.
Showing posts tagged: server-actions
Technical articles about software engineering, architecture, and web development.
September 20, 2025
Six server action patterns I use every week: standard mutations, redirects, optimistic lists, file uploads, progressive enhancement, and hexagonal composition. Code-heavy, opinion-light.
May 6, 2023
Three years ago I wrote a post about useEffect data fetching patterns that I now think was solving the wrong problem entirely. Here's the confession, and the new model that replaced it.