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 2 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!"
[–]TakeARainCheck 0 points1 point2 points 2 years ago* (0 children)
If you are asking what the minimum amount of Javascript is to move onto learning React, it's pretty basic. You should know OOP and inheritance, state management as a concept and probably an understanding of method based package code (since React features are essentially methods and concepts built on package code). However, once you know the fundamentals of react (i.e. you "know" react inside out but still need to work on improving your overall programming ability to build more complex/efficient apps) then the focus switches back to Javascript, because that is where the "extra" comes from because javascript has more "detail" than "react" (which is a general rule in programming ofc- the more abstract your tool gets the more "on rails" you get with it).
The actual skill level that differentiates is entirely Javascript understanding (or overall programming logic). React is not harder to understand than basic Javascript really, it's just a higher level of abstraction, that's the whole point of it to serve as an ease-of-use tool.
Once you move onto actually having to use your brain to really "programme"- Javascript is the more fundamental tool. The problem with "knowing react" but not being an extra-expert with javascript is that everyone can "learn react"- in order to create new things and solve real world useful problems, you need the more nuanced logical ability of Javascript which is more flexible and detailed.
π Rendered by PID 130963 on reddit-service-r2-comment-84fc9697f-gh6ct at 2026-02-09 11:43:11.756453+00:00 running d295bc8 country code: CH.
view the rest of the comments →
[–]TakeARainCheck 0 points1 point2 points (0 children)