Remy is super sharp (pun not intended), super respectable. but I feel like he missed something big on this one.<p>the web as we used to do it didn't have packages. and today we want to be able to bring in some packages. even if we want a more old school jQuery or vanilla js experience, we still want some ability to bring in other code, helpers, libraries.<p>and as soon as we want to do more than hack together 100% fresh novel code, the big nasty world of bundlers &c jumps up at us. we can go the old school route, but we have to forgoe all modernity to do so, renouncing not just big framework, but every other tool & package available too. specs like import maps[1] would help so much to let us make modulehbased development possible & easy, but this straightforward enhancement keeps meeting imo oddly stiff resistance/unenthusiasm from standards developers/some browsers.<p>and alas the browser still, 5 years latter[2], does not support ecmascript modules[3] in a wide number of places (which themselves are decade old!). even if we do try to use modern javascript, vanilla js + esm, new school modules with old school unframework, we run aground again & have to resort to bundlers if we dare try doing things off the main thread.<p>i still agree with the core thesis. that it's us. that we are responsible for having introduced complexity & that a lot of it is unwarranted. i personally am hoping web components (really, just custom elements) can help us realign, simmer down some of the big framework mentality & return us towards a more apparent mode of development, a better state of grace. i feel fatigued not by how many frameworks there are, but by how few players there are trying to do better, trying to figure out good ways to do custom elements. thankfully there are some good works too. i am very excited to try github's new Catalyst[4], which is inspired by basecamp's Stimulus. there's an amazing mvc feel here that seems straightforward & sensible, makes it easy to look at the dom & grok how things happen.<p>[1] <a href="https://github.com/WICG/import-maps" rel="nofollow">https://github.com/WICG/import-maps</a><p>[2] <a href="https://github.com/w3c/ServiceWorker/issues/831" rel="nofollow">https://github.com/w3c/ServiceWorker/issues/831</a><p>[3] <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=824647" rel="nofollow">https://bugs.chromium.org/p/chromium/issues/detail?id=824647</a><p>[4] <a href="https://github.github.io/catalyst/" rel="nofollow">https://github.github.io/catalyst/</a>