Next.js Server Actions are public-facing API endpoints – Provides an in-depth look at the security implications of using Server Actions. The main takeaway is that they are still public endpoints and still require proper authentication and authorization to prevent unintended access // growl
JUST FUCKING USE REACT – A fun and interesting read on why modern frameworks like React are preferable to pure HTML for complex web projects // Burak Can
⚡️ Sponsor
Four solutions to Next.js timeouts: – from Vercel’s new Fluid compute to using Durable Functions, this blog post will save you from the infamous FUNCTION_INVOCATION_TIMEOUT error when deploying your application. // Inngest
📙 Articles, Tutorials
📦 Projects / Packages / Tools
Kibo UI Blocks – Kibo UI now offers blocks for advanced use cases such as AI chatbots, real-time collaborative canvases, and project roadmaps, along with hero and pricing sections // Hayden Bleasel
Introducing Zod 4 – Zod 4 is now stable. New features include first-party JSON Schema support, enhanced recursive type inference, and a new way to add metadata. Zod 4 also introduces a lightweight “Mini” version for strict bundle size requirements // Colin McDonnell
oRPC v1.3.0 – Introduces message port support for easier communication across browser windows, tabs, and processes. Also comes with multiple success response handling and new utilities for working with form data // unnoq
🌈 Related
► The Story of Concurrent Rendering in React – Amazing video by the folks at UI.dev. Learn about the technical challenges the React team faced before releasing version 18 and how features like useDeferredValue and startTransition work // ui․dev
VS Code: Open Source AI Editor – VS Code is making its Copilot Chat extension open source under the MIT license and will move its AI features into the core editor // Microsoft
CSS Transforms – Emil explains how translate, scale, and rotate work, with practical examples from their libraries like Sonner and Motion. They also cover best practices, such as using percentages for translateY() and combining scale with opacity for smoother effects // Emil Kowalski
|