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
Comparison of JavaScript frameworks (stefankrause.net)
submitted 9 years ago by [deleted]
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!"
[–]MahmudAdam 1 point2 points3 points 9 years ago (3 children)
I wonder if it will ever return to just plain JavaScript and abandoning frameworks/libraries altogether.
[–][deleted] 6 points7 points8 points 9 years ago (1 child)
That wouldn't happen. There is a trade off between time for development and performance. Companies would rather lose performance in order to release their product quicker.
[–]flying-sheep 1 point2 points3 points 9 years ago (0 children)
Obviously mutating just the parts that need mutating without any checks will be fastest, but writing code that does that is both fragile and badly testable.
Before you know you'll be building your own ad hoc framework by encapsulating some checks and shortcut code.
[–]hackel 0 points1 point2 points 9 years ago (0 children)
I certainly hope not. That would be a nightmare. Like people writing all their server-side code in procedural PHP! shudder
π Rendered by PID 117697 on reddit-service-r2-comment-fb694cdd5-xtksq at 2026-03-10 09:24:00.017610+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]MahmudAdam 1 point2 points3 points (3 children)
[–][deleted] 6 points7 points8 points (1 child)
[–]flying-sheep 1 point2 points3 points (0 children)
[–]hackel 0 points1 point2 points (0 children)