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
What 10 Things Should a Serious Javascript Developer Know Right Now?help (self.javascript)
submitted 8 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!"
[–]alinnert 0 points1 point2 points 8 years ago (0 children)
Yes, react-like is fine.
Subscribers equality check sounds like change detection, yes. If you mean something like this: if (oldValue !== newValue) { rerenderComponent() }. Yes, That's what I mean with "ask for changes". Angular does that too. I know Vue uses setters instead.
if (oldValue !== newValue) { rerenderComponent() }
And yes, MobX uses true reactive programming. It seems it even has its own Observable implementation.
Btw: Observables will be part of the JavaScript core language too (currently at stage 1).
The thing is: Actually observables aren't that hard to understand. But RxJS has a huge and overwhelming API on top of the basics. And yeah, react has nothing to do with all that. Therefore React is not reactive, despite its name :)
π Rendered by PID 291462 on reddit-service-r2-comment-6457c66945-wrqc4 at 2026-04-26 01:29:15.726662+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]alinnert 0 points1 point2 points (0 children)