TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: When should I use static website?

2 点作者 eble超过 8 年前
I am trying to build a website showing the available cars for rent. Should I build a static or dynamic website?

3 条评论

Isammoc超过 8 年前
As usual, there are many obvious question (and some less obvious ones):<p>- How often do you change the available cars?<p>- Is there a registration for something? (newsletter apart, can your users save a car for later?)<p>- who will do the actual modifications? How easy for this person to change what (s)he has to change?<p>- From where do you perform the modifications?
TechHawk超过 8 年前
If you need the website up fast, and don&#x27;t have much experience with dynamic websites, I would go for a simple static website to begin with and then expand it over time.<p>Personally, I like to go with dynamic websites most of the time. I have templates to help me get going fast and if I ever need to implement some dynamic functionality I can just extend the existing implementation.
skaplun超过 8 年前
do the simplest solution for you(probably static), then expand it if you want