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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How are you making JavaScript websites (not webapps)

2 点作者 microman超过 8 年前
There are plenty of great frameworks for single-pages applications (Angular, Ember, Backbone, ...) that each offer their own interpretations on how to develop. Take Ember for example (only because I am familiar with it). It provides you with all of the scaffolding and plumbing you need for most SPA requirements. It is opinionated on how to structure and build your application and offers tools and abstractions to do so. I like this as it takes a huge number of decisions out of the process when building a new app so that you can concentrate on being productive.<p>When building vanilla websites though, you are largely left to develop that structure yourself. These websites need Javascript but aren&#x27;t entirely powered by Javascript. You can use tools and libraries (Grunt, gulp, bower, SASS, coffeescript, ...) but how you use them is really up to you. When the website gets large enough, these home-made solutions generally get complicated and difficult to maintain. There doesn&#x27;t seem to be a framework or approach aimed at plain websites that don&#x27;t want single page functionality.<p>How are you creating your website frontends?

1 comment

vasu1711超过 8 年前
I am using giant which is new in market and very robust <a href="http:&#x2F;&#x2F;blog.codesupport.info&#x2F;category&#x2F;giant&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.codesupport.info&#x2F;category&#x2F;giant&#x2F;</a>