This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Jason Miller
developit.dev
did:plc:3eljmo2tovydgjxpqv4xppat
that's one thing folks don't really grok with Signals until they've used them a fair bit: even in the most basic case with no rendering optimizations, useComputed works like a lazy useMemo. Executing useComputed(fn) is effectively free, you only pay the cost of fn() if+when you _read_ its value.
2024-11-19T13:30:41.411Z