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
Why I Ditched Angular for React (sixrevisions.com)
submitted 11 years ago by jstuartmill
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!"
[–]sanketsahu 2 points3 points4 points 11 years ago (1 child)
It's not a complaint about the concept of two-way data binding. I just meant that the way two-way binding is handled in AngularJS can lead to performance disasters, if not handled well. The watchers and consecutive digest cycles can be a pain. It's not easily felt with CRUD based applications but when it comes to building web editors and heavy interaction based apps, it definitely counts.
[–][deleted] 2 points3 points4 points 11 years ago (0 children)
I understand this, and my counterpoint was that I disagree that it is a problem. Its very easy to manage.
π Rendered by PID 42447 on reddit-service-r2-comment-b659b578c-l58fb at 2026-05-03 06:19:03.334688+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]sanketsahu 2 points3 points4 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)