Server-rendered pages or a SPA for a three-page internal dashboard in two weeks Frontend
Internal tool, about 40 users, three screens: a filterable table, a detail view, and a form that kicks off a job. Two weeks of my time, and I'm on my own. My instinct is to server render it and add a bit of JS where needed, but everyone I work with would reach for React and an API. Nobody outside the company will ever see this thing.
@rowan_ellery · 9mo ago · 2 replies
Mild counterpoint: build it in whatever your team can maintain after you move on. If everyone around you reads React fluently and nobody has touched a server-rendered template in five years, the tool that's technically simpler is the one that becomes unmaintainable. That's a real constraint even if it isn't a technical one.
Reply
Report
@spreadsheet_tabs · 9mo ago
Fair, though a form post and a table are about as legible as code gets. I'd worry more about handing over a bespoke state management setup.
Reply
Report