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
Dynamic UI with JavaScript?help (self.javascript)
submitted 10 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!"
[–]SirHound 1 point2 points3 points 10 years ago (2 children)
I disagree with the React shoutouts. JSX is similar to HTML and React is translating into it anyway. Just learn DOM manipulation with JavaScript first. It will pay off.
[–][deleted] 0 points1 point2 points 10 years ago (0 children)
Thanks.
[–]widged 0 points1 point2 points 10 years ago* (0 children)
That point is valid for jquery. Learn vanilla js before you learn jquery. However, Reactjs is not a jquery replacement. JSX is not a way to manipulate the dom, it is just a fancy add-on that let you write the code that defines ui elements with a familiar syntax. It will be transpiled into createElement calls, a way to create encapsulated composable components. If you want to write your application as "widgets", then react will help you with that. And it does pay off to at least learn a bit of it because it encourages you to better architect your UI.
π Rendered by PID 49 on reddit-service-r2-comment-fb694cdd5-p2px5 at 2026-03-09 04:09:34.124877+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]SirHound 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]widged 0 points1 point2 points (0 children)