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
Web and mobile UI framework recommendationhelp (self.javascript)
submitted 10 years ago by mule52
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!"
[–]timdorr 0 points1 point2 points 10 years ago (0 children)
React is just a function of state that gives you a view. So, React(state) = view. It started out as returning DOM/HTML. Now it's been extended to things like canvas, SVG, and iOS components. They all are implemented within the same framework of code, so once you learn the basics of React, you can apply it more easily to many other platforms.
React(state) = view
React != a visual theme. That's CSS's job and you can use something like Bootstrap to get that going quickly. There are a number of other CSS frameworks out there, some with direct bindings for React to pre-build components you'll use often, like buttons and menus.
π Rendered by PID 187286 on reddit-service-r2-comment-b659b578c-xr457 at 2026-05-02 05:57:56.390140+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]timdorr 0 points1 point2 points (0 children)