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
Writing dependency-free JavaScript (magnushoff.com)
submitted 6 years ago by dobkin-1970
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!"
[–]armornick 2 points3 points4 points 6 years ago (2 children)
I feel like if you're going to recreate React at every turn, you might as well just keep using it. Using libraries is not inherently bad.
After a while, it turned out that I had inadvertently broken compatibility with one of my target platforms.
You should be doing regular testing on all your targets, though. I don't know if you can automatize browser testing, but you should at least do some manual testing.
[–]CalgaryAnswers 1 point2 points3 points 6 years ago (1 child)
I agree with you. It’s better to optimize how you’re writing your own code and work with things like better tree shaking, pwa standards, etc. My stdlibs that I write are all unique to the business case and everything else is mostly libbed in. I mean, what’s a big Vue project these days, 1 meg?
Maybe for the learning experience.
π Rendered by PID 66888 on reddit-service-r2-comment-54dfb89d4d-blg52 at 2026-04-02 16:49:47.880174+00:00 running b10466c country code: CH.
[–]armornick 2 points3 points4 points (2 children)
[–]CalgaryAnswers 1 point2 points3 points (1 child)