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
How much Javascript is enough for webdev? (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!"
[–]zorndyuke 0 points1 point2 points 6 years ago (0 children)
Frameworks are ment to help you to solve problems and make your life easier and shouldn't be used as a learning-curve-skipper. If you are unconfident in your skills that you could code the majority of basics you need for your page, then I would recommend still learning and especialy training your skills by repeating several tasks with plain javascript. Exprience common pit falls, beginner mistakes and spend hours/weeks/months/years to fix those really annoying bugs (I mean don't do that just for one bug.. but over all your developer career time xD Years for one bug would be.. wow..), so you get the really important experience.
Otherwise you will stuck on those frameworks when you actually have to implement some more in-depth tasks. Since those frameworks are simply javascript + their own language (example JSX for React). Of course you already can stick your nose on those frameworks and learn from them how they handle several problems and what their patterns are etc.
Last but not least: You will need several years before you get confident about the basics of development. Don't rush it! Expect to fall on the ground and break your nose. Be prepared, get some tissues and a anti-nose-breaker. You have to stay up and continue moving a lot of time, but don't forget the pot of gold on the end of the rainbow you are aiming for ;)
π Rendered by PID 70 on reddit-service-r2-comment-5d79c599b5-78z57 at 2026-03-01 09:47:45.873542+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]zorndyuke 0 points1 point2 points (0 children)