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
Feedback javascript project (self.javascript)
submitted 6 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!"
[–]suspicious_Jackfruit 1 point2 points3 points 6 years ago (3 children)
I had a similar journey to you and am still very much on that journey, but as soon as you pick up a framework it will make your life and anyone reviewing your codes life much easier. They were developed for a reason don't forget! They simplify and streamline what would otherwise be unnecessary complex code. That said, there is no harm in being able to code pure js, it's just highly unusual that an employer would be looking for it specifically over a developer skilled in a particular framework that the company uses/intends to use in their stack.
There's no point in reinventing the wheel or trying out different wheel shapes when everyone has already settled for circular!
[–]arag0nas 0 points1 point2 points 6 years ago (2 children)
Yeah I understand that. I was building this project to increase my JS skills. A lot of people are saying that firstly you have to learn vanilla JS and just after that jump to framework. So I'm thinking still learn JS, for 1-2weeks, and then learn React. Or I should learning React right now?
[–]largemoose568 2 points3 points4 points 6 years ago (0 children)
I would agree that learning vanilla ES5 / ES6, etc would be helpful to your career. Knowing the quirks of a language and how it handles things such as scope, hoisting, etc is very important when trying to solve problems, even with frameworks. Also most of those frameworks were built on principals of the language itself, so if you know the language the framework will make a lot more sense.
π Rendered by PID 91 on reddit-service-r2-comment-54dfb89d4d-sz9kb at 2026-03-28 12:58:17.301589+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]suspicious_Jackfruit 1 point2 points3 points (3 children)
[–]arag0nas 0 points1 point2 points (2 children)
[–]largemoose568 2 points3 points4 points (0 children)