Microblog

I’ve been eschewing frontend build steps on side projects lately and wonder if anyone is doing that “at scale,” to use a buzzword. But I guess what I mean is are there people running vanilla on any medium-to-large web applications? I feel like maybe there are, but they just don't blog.

Anyway, if you’re reading this and that sounds like you, I'd love to know how it's going and whether there’s anything from “modern toolchains” that you miss.
mastodon.social/@cferdinandi/1

social.lol/@bw/113279450409218672

CSS framework question.

When it comes to CSS frameworks and UI libraries, there are a ton of options if you use React and or have a modern build pipeline.

But what about frameworks that are usable as a single css file (no build) and customizable with CSS variables? I know about Bulma, Bootstrap, Open Props, and Pico. The rest I could name are fairly dated.

Anyone know of others?

As much as I love classless “frameworks,” I’m more thinking about ones that have a few pre-designed UI components.

social.lol/@bw/113274303964884035

I’m pretty bummed about the state of NaNoWriMo this year. I usually sift through the Adopt a Plot forum thread this time of year, but it seems the forums aren’t opening this year. Looks like the org imploded over some slimy people in the community and now the community aspect of it is dead.

social.lol/@bw/113244405018590150

I hate it when I think someone texted me and it turns out to be spam. It's happened so many times now that I'm not sure why my brain keeps giving me the dopamine hit from seeing the notification badge.

social.lol/@bw/113201221791476556

What is the simplest solution for persisting user data?

I frequently run into a situation where I’ve built a neat little frontend app but need to persist some user data. My first instinct is to stick it in local storage, which is cool and totally works. But it’s at risk of being deleted by the browser and it’s not portable to other browsers or devices.

Things I’ve used:

- PHP/MySQL
- PHP/SQLite
- NodeJS/SQLite
- JSON files
- Userbase (third-party service)
- I’ve even used paste.lol as a BE

social.lol/@bw/113181742422111501