This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Sam Selikoff
samselikoff.com
did:plc:tlfe7idrvruf32rjdru4geoe
Any thoughts on how the type system could surface security issues wrt to server action args?
If I understand correctly, typing args – e.g.
"use server"
export async function likePost(postId: string) { ... }
is awesome for ensuring correct usage in the codebase, but it doesn't stop someone from
2025-04-29T20:48:16.186Z