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: How are you making JavaScript websites (not webapps)

2 pointsby micromanover 8 years ago
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

vasu1711over 8 years ago
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>