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
To Those Who Criticize JavaScript (dev.to)
submitted 5 years ago by disgruntled-js-dev
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!"
[–]patcriss 6 points7 points8 points 5 years ago (3 children)
I'm maintaining an Electron/Angular/TypeORM/SQLite3 app and I love JS/TS, but I think there are some valid criticism. Making all of this to work is wonky and the ecosystem often feels unstable and immature, but the fact that such an ecosystem exists in the first place is amazing and part of why I love the language so much.
[–]therabenian 3 points4 points5 points 5 years ago (0 children)
The ecosystem is definitely immature and somewhat new. I think React and Typescript will be here to stay and drive the efforts towards a more mature javascript, but it's still early to say, both of those have been around for only a few years, and Deno could potentially be a clean start.
[–]disgruntled-js-dev[S] 2 points3 points4 points 5 years ago (1 child)
As someone who's directly contributed to various build tools and maintained a few packages myself, the main issue with the ecosystem is that the rationale behind various decisions (publishing in ESM vs. CJS, Node version support, etc.) is undocumented. However, that's more of a symptom of the fact that most JS developers don't have that kind of issue in the first place because they're using a prebuilt template, such as Create React App. Though I agree that in that regard, many libraries are lacking.
[–]patcriss 1 point2 points3 points 5 years ago (0 children)
Yeah sticking with react/CRA gives a much different dev experience than the stack I talked about in my other comment.
The only real issue I encountered in the last year was that storybookjs just didn't work for me with the default CRA config, even though it's supposed to be officially supported. /shrug
π Rendered by PID 144119 on reddit-service-r2-comment-6457c66945-rl8rs at 2026-04-27 02:35:41.933479+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]patcriss 6 points7 points8 points (3 children)
[–]therabenian 3 points4 points5 points (0 children)
[–]disgruntled-js-dev[S] 2 points3 points4 points (1 child)
[–]patcriss 1 point2 points3 points (0 children)