This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Bryan Smith
bryanrsmith.com
did:plc:nmkak3kctea74nfcfiyvunpe
I've almost entirely stopped "nitpicking" in code review, but one nit-picky thing I've held onto is avoiding meaningless implicit return values from arrow functions that perform side effects. React 19 release notes include a great example of why I think this very common pattern should be avoided.
2024-12-06T19:09:47.358Z