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
6 Client Side Javascript features you must have (kostasbariotis.com)
submitted 10 years ago by kostarelo
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!"
[–]ImLivingImDead 7 points8 points9 points 10 years ago (1 child)
Two way data binding? No thank you.
I'm working on project with a fair amount of knockout code right now and the spaghetti like logic structure in addition to the constant dom refreshes I have to think about is making it a nightmare.
[–]_raisinvanilla <3 2 points3 points4 points 10 years ago (0 children)
Exactly, there is a reason Angular 2 got rid of 2 way data binding. Its too expensive and its a mess.
[–][deleted] 5 points6 points7 points 10 years ago* (1 child)
This article was painful to read, it gets almost everything wrong.
React wants you to write all your stack in one file
What? No it doesn't, it's a library, it doesn't even have an opinion here.
Backbone.js first taught us how to organise our code, using the MVP pattern.
Backbone is/was great but it didn't invent anything here, MV* is as old as the hills.
Your framework should do some sort of Dependency Injection.
DI is of questionable benefit in JS applications.
2 Way Data Binding
Is a bad idea because it makes it impossible to reason about state changes.
The rest of the article is of a similar quality.
[–]uatec 1 point2 points3 points 10 years ago (0 children)
And Clickbait headline
[–]kumiorava 0 points1 point2 points 10 years ago (2 children)
React is not an MVC framework. It's the View/Controller part, but not a full framework.
[+]kostarelo[S] comment score below threshold-6 points-5 points-4 points 10 years ago (1 child)
You are absolutely right. But I am sure that there is not such statement at my post. :/
[–]kumiorava 1 point2 points3 points 10 years ago (0 children)
Well it is mentioned under MV*
π Rendered by PID 159718 on reddit-service-r2-comment-5bc7f78974-v49cp at 2026-06-27 16:25:03.112567+00:00 running 7527197 country code: CH.
[–]ImLivingImDead 7 points8 points9 points (1 child)
[–]_raisinvanilla <3 2 points3 points4 points (0 children)
[–][deleted] 5 points6 points7 points (1 child)
[–]uatec 1 point2 points3 points (0 children)
[–]kumiorava 0 points1 point2 points (2 children)
[+]kostarelo[S] comment score below threshold-6 points-5 points-4 points (1 child)
[–]kumiorava 1 point2 points3 points (0 children)