TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What about a hybrid between a single and multi page app?

2 pointsby retreatguruabout 5 years ago
Is there a best practice between these two approaches: a single page app vs a server generated multi page app? I’m mainly looking to optimize developer productivity.

2 comments

DLAabout 5 years ago
I’ve used this approach - Go with templates TailwindCSS or Bootstrap, and on-page interactivity with IntercoolerJS or AlpineJS. Apps turn out to be very fast, SEO friendly, very easy to maintain and make great use of the optimized browser caching. My two cents. But it depends on what you are building.
评论 #22775845 未加载
评论 #22776202 未加载
necovekabout 5 years ago
That sounds to be completely dependent on the type of team you have: have you asked them what they think?<p>In an ideal world with a decent project and team setup, there should not be much difference. If, however, there are a lot holes to plug with every change (eg missing tests, process overhead, manual integration or deployment), productivity will suffer.
评论 #22775836 未加载