logoalt Hacker News

Zanfa05/04/20251 replyview on HN

None of what you described requires anything more than an isolated island with some extra JS. No need for complex client-side state, no need for a SPA framework, no bundling required, not even TypeScript. If you relied on DOM and a couple of hidden fields, 90% of this would be a few dozen lines of code plus some JSDoc for type safety.


Replies

pier2505/05/2025

> No need for complex client-side state

Please implement a multi image upload widget and then come back to argue about this.