Tonio Loewald · @podperson
22 followers · 668 posts · Server mastodon.world

Welp, having spun two small Typescript libraries off of and build a tiny one from scratch, and published them to npm, in the last few days—all using —I finally felt I had facepalmed enough times to switch over to building dist/ and cdn/ targets with parceljs. I guess I'll find out tomorrow if I've blown anything up.

#xinjs #parceljs

Last updated 1 year ago

Tonio Loewald · @podperson
22 followers · 650 posts · Server mastodon.world

Who knew was still a thing?

I still remember it as the first search engine that didn’t completely suck :)

#lycos #xinjs #goodtimes

Last updated 1 year ago

Tonio Loewald · @podperson
22 followers · 649 posts · Server mastodon.world

Now you need to maintain all that crap AND document it. And now your component will is yet another platform abstraction layer. And yes it’s a leaky abstraction layer.

In the end I couldn’t find a single benefit of <sl-input> over writing:

label(
span(caption),
input()
)

And addling global CSS powered by css-variables to style it.

#xinjs #elements

Last updated 1 year ago

Tonio Loewald · @podperson
22 followers · 648 posts · Server mastodon.world

One of the things I love about having a bunch of libraries I’m working on in my spare time is that I get to do more exploratory coding which is a nice balance to just solving the problem in front of me.

Having built a form component with .style and I ended up ripping out the shoelace.style components and reimplementing the form with plain HTML in two successively cleaner and simpler ways…

loewald.com/blog/2023/04/the-s

#shoelace #xinjs #frontend #javascript

Last updated 1 year ago