Florian Ledermann · @floledermann
233 followers · 162 posts · Server mapstodon.space

I really try to go and on new smallish JS browser projects.

Ever since I discovered that you can nowadays

<script type="module">

and then import most packages directly in JS with

import foo from "unpkg.com/<packagename>@<version>/<file>?module"

(or import the old-fashioned "require" UMD module with the hack described here: stackoverflow.com/a/64721256 )

, I start coding away without having to mess with node & build crap. πŸ‘πŸ˜Ž

#serverless #buildless

Last updated 1 year ago

Wolfram wants peace · @wolframkriesing
233 followers · 139 posts · Server mastodontech.de

I remember how much I have been laughed at when I said we want JavaScript, and now it is popping up all over the place. I mean webpack was never just a simple tool, and I still try to avoid magic, big dependencies.

#buildless

Last updated 1 year ago

Rodion Borisov · @vint
3 followers · 88 posts · Server mastodon.social

experience :underheart:

:sadness: Browsers don't have the same baseline styles.
:fatyoshi: 2 hours figuring out how to avoid and .
:AngeryCat: 3 hours of searching framework anyway, only to stumble upon options that either, like , have minified bundle without declaration or, like , require building.
:tinking: Ending up writing my own nano-framework with adoptedStyleSheets .

#webcomponents #frameworks #bundlers #litelement #ts #stenciljs #polyfill #til #javascript #buildless #arewethereyet

Last updated 2 years ago

Rodion Borisov · @vint
1 followers · 61 posts · Server mastodon.social

After some more digging, I found dreaded polyfills to make and understand each other, also ditching out:
πŸ“œ github.com/calebdwilliams/cons
πŸ“œ github.com/guybedford/es-modul

#shadowdom #buildless #cssinjs

Last updated 2 years ago

Rodion Borisov · @vint
1 followers · 58 posts · Server mastodon.social

One does not simply do , while employing *AND* avoiding . :blobsweats: I start to sound like insane interop advocate here, can anyone relate? :BlobhajSadReach:

#buildless #webcomponents #shadowdom #cssinjs

Last updated 2 years ago

ar.al🌻 · @aral
21220 followers · 19353 posts · Server mastodon.ar.al

The Modern Web Dev folks are doing some really good work: modern-web.dev/blog/introducin

#simplicity #dev #web #buildless #esm

Last updated 3 years ago