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: Scaling the Front End?

2 pointsby 2bor-2nover 3 years ago
What are your strategies to scale up frontend? What process and coding style do you follow so that the project could scale up easily in the future?

2 comments

jcun4128over 3 years ago
Not sure if you mean maintainability/ability to add future stuff. With that in mind for me it's to do some form of breaking things up so the side effects/remembering is low. Sucks to make a change and have to remember how everything works. In this case tests are nice for regression.
评论 #29636715 未加载
johntdalyover 3 years ago
What is your definition of front end that it needs scaling? What is your setup that a proxy and CDNs aren’t enough scalability for a front end? I haven’t encountered a case where the front end is ever the scaling bottleneck so I have to assume that if it is in your case you either are doing something novel or you are defining something that is usually back end as front end.
评论 #29637401 未加载