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: What would you choose, why? Javascript Frameworks or core Javascript?

4 pointsby yashnessover 11 years ago

3 comments

CyberFonicover 11 years ago
I&#x27;ve tried several well known (and regarded) JS Frameworks. They are great up to a point. Then I get stuck - digging into the source code, re-reading the doco etc. The corner cases brought up by my projects means writing some core JS. So I did learn a lot of neat techniques, etc. So there is value in that.<p>These days, I mostly use core JS. I find it easier to use the tested modules that work with the types of projects I happen to work on.
CyberFonicover 11 years ago
Are you sure you are not conflating DOM and browser idiosyncrasies with core JS. ECMA-262 is a well defined language, very much influenced by Scheme but in curly-brace (i.e. C, C++, C#, Java like) camouflage.
codezeroover 11 years ago
Can you edit this to include Ask HN: in the beginning?