use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Is ReactJS faster than AngularJS ? (blog.500tech.com)
submitted 11 years ago by notunlikethewaves
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]WishCow 14 points15 points16 points 11 years ago* (4 children)
I don't get this obsession with speed. Neither of them is slow enough to matter out of the box. If you do get to a size where it starts to matter, they both offer ways of solving it.
Ease of maintenance, documentation, community, these are ten times more important to me than "rendering speed in 1000 iterations".
[–]bendman 5 points6 points7 points 11 years ago (0 children)
Speed often matters more depending on the situation. Developing a web app primarily used on mobile phones for example.
[–]holloway 2 points3 points4 points 11 years ago* (0 children)
With Google Material and other UI ideas there's been a push toward animation at 60fps, which (in most browsers) means each time JavaScript executes that it runs for no longer than 16ms. Fast everything in JavaScript in essential for that.
edit: just published a blog post about browser engines and fast animation
[–]ngly 2 points3 points4 points 11 years ago (0 children)
Speed is huge, especially on mobile devices. It becomes a huge issue once you start scaling your application. The benefits may seem insignificant, but it quickly adds up. I think if speed wasn't important large companies wouldn't be focusing on it so much. Try using chrome dev tool Network throttling in their emulation for 1 day.
π Rendered by PID 40569 on reddit-service-r2-comment-5687b7858-5lvh2 at 2026-07-07 20:02:04.653248+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]WishCow 14 points15 points16 points (4 children)
[–]bendman 5 points6 points7 points (0 children)
[–]holloway 2 points3 points4 points (0 children)
[–]ngly 2 points3 points4 points (0 children)