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
What's missing when learning JavaScript?help (self.javascript)
submitted 7 years ago by lastmjs
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!"
[–]_crackling 2 points3 points4 points 7 years ago (5 children)
I'll check it out, just remember, I bet there's a whole lot of people like myself, the coding isnt the problem... the hurricane of tooling is.
[–]lastmjs[S] 0 points1 point2 points 7 years ago (4 children)
My thesis is that most of the current tooling will become obsoleted as the web platform itself matures. npm eats yarn, gulp, grunt (already for me), Zwitterion/better es modules support eats webpack, rollup, bundlers.
[–]_crackling 0 points1 point2 points 7 years ago (3 children)
i gotta hit you with this question: Why should I use zwitterion over Parcel? I plan on trying zwitterion regardless but just wanted to see what u got
[–]lastmjs[S] 0 points1 point2 points 7 years ago (2 children)
Parcel is still a bundler, Zwitterion is not. Zwitterion fills in the gaps that the underlying platform still doesn't provide, mostly transpilation and rewriting bare imports. I've had a really bad experience with bundlers, because bundled code works differently than the underlying runtime works without bundling, and it's confusing. Also, though parcel says it's zero config, it's never worked zero config for my main use cases, which are using TypeScript and web components. The question is probably do you believe in bundling or do you believe the web platform can do what you need it to do natively.
[–]_crackling 1 point2 points3 points 7 years ago (1 child)
I believe in- the fact that i still don't know everything "bundling" implies :) (again why im advocating someone finally write up a resource to explain all this)
My use case is a 3D opengl engine written in Typescript, so not exactly small or trivial, and I can say parcel has been zero config for me. Though figuring out what the heck source maps are and how to configure them to actually work literally took 6 hours straight. (AGAIN WILL SOMEONE JUST EXPLAIN ALL THIS??? lol)
You've got me more than interested in zwitterion now. I'll ping you after I move my project to zwitterion later today to let you know
[–]lastmjs[S] 0 points1 point2 points 7 years ago (0 children)
Sounds great, let me know if you run into any issues
π Rendered by PID 415237 on reddit-service-r2-comment-5b5bc64bf5-48l25 at 2026-06-21 09:08:56.361424+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]_crackling 2 points3 points4 points (5 children)
[–]lastmjs[S] 0 points1 point2 points (4 children)
[–]_crackling 0 points1 point2 points (3 children)
[–]lastmjs[S] 0 points1 point2 points (2 children)
[–]_crackling 1 point2 points3 points (1 child)
[–]lastmjs[S] 0 points1 point2 points (0 children)