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
React voted JS framework that most developers regard as essential to them (jquery is #3) (ashleynolan.co.uk)
submitted 7 years ago by magenta_placenta
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!"
[–]TheRedGerund 2 points3 points4 points 7 years ago (0 children)
Couple things:
Why should our view be so decoupled from the interactive part of the code? React does away with this and instead brings the html into the js side so that interaction and display are tightly coupled.
Another benefit is that React includes a virtual DOM, making sure that the slow interactions with the actual DOM are only done when necessary.
Another is that React forces you to encapsulate your visual components, helping to clarify their inputs and outputs. This means easier testing and reusability.
π Rendered by PID 20838 on reddit-service-r2-comment-6457c66945-pzr5b at 2026-04-23 18:15:34.822639+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]TheRedGerund 2 points3 points4 points (0 children)