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: I need your help: static vs. dynamic web content?

1 pointsby hejjaalmost 5 years ago
Hey web devs,<p>So I&#x27;m building a site-building service<p>Basically a user&#x27;s site like &quot;robert.site.com&quot; will resolve by using the subdomain &quot;robert&quot; as a parameter.<p>Now I&#x27;m stuck between using static or dynamic rendering.<p>a) static means I&#x27;d pre-render html files and serve it accordingly<p>b) dynamic means I&#x27;d have react templates and hydrate them using json<p>I feel like (a) creates a more brittle experience (static content not mapping 1:1) and requires storage buckets<p>yet (b) could have penalties on SEO and other shortcomings.<p>Is anyone able to weigh in? What would you go with?

no comments

no comments