Hacker News new | ask | show | jobs
by Zanfa 404 days ago
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.
1 comments

> No need for complex client-side state

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