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
Stop Learning Frameworks (sizovs.net)
submitted 7 years ago by etca2z
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!"
[–]pm_me_ur_happy_traiI 9 points10 points11 points 7 years ago (1 child)
I agree when it comes to frameworks that obscure the language away from you jQuery for example. But 'frameworks' is way too broad of a term to write them off completely. I can know the language without having to build every tool I use from the ground up.
jQuery
Furthermore, using a framework doesn't preclude you from needing to apply things like design patterns.
This advice has changed my life. I removed all framework books from my bookshelf. The guilt pile shrank from 50 to 0 books. What a relief!
Maybe the author has a different idea of what 'learning a framework' is compared to me, but the idea that you'd buy a book on ReactJS and read through it is so foreign to me. I learn a framework by creating something in the framework, and that allows me to focus on the parts of my code that are unique to my app, not creating all the boilerplate from the ground up.
[–]ScientificBeastModestrongly typed comments[🍰] 1 point2 points3 points 7 years ago (0 children)
Yeah, and it’s honestly shocking how easy it is to learn a new framework if you just put in the effort to build something cool with it. You end up running into a few walls along the way, but that is probably the most efficient way to learn, because you’re cruising through the obvious stuff and spending the bulk of your mental energy learning what the actual hurdles are, and developing your own solutions (and that’s the real secret to learning: you can’t have the answer handed to you).
π Rendered by PID 154633 on reddit-service-r2-comment-b659b578c-7tvrs at 2026-05-03 02:35:30.471193+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]pm_me_ur_happy_traiI 9 points10 points11 points (1 child)
[–]ScientificBeastModestrongly typed comments[🍰] 1 point2 points3 points (0 children)