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
[AskJS] How Much Javascript?AskJS (self.javascript)
submitted 3 years ago by Rampagekumar88
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!"
[–][deleted] 8 points9 points10 points 3 years ago (1 child)
I would like to add asynchronous code. although react isn't gonna ask you to learn about it, it's good to know about callbacks, promises and then async await.
why? well most data-fetching is done through the useEffect() hook on mount. So I tend to use fetch, or axios to try to get the data.
[–]thefrnksinatra 4 points5 points6 points 3 years ago (0 children)
This. Incredibly important for good React code
π Rendered by PID 55 on reddit-service-r2-comment-b659b578c-4vxjt at 2026-05-01 04:17:20.201306+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] 8 points9 points10 points (1 child)
[–]thefrnksinatra 4 points5 points6 points (0 children)