Dev Wells's Avatar

Dev Wells

@wlls.dev.bsky.social

(╯°□°)╯︵ ┻━┻ Principal Eng @ CapitalRx -- focused on frontend

19 Followers  |  37 Following  |  60 Posts  |  Joined: 13.01.2025  |  1.6132

Latest posts by wlls.dev on Bluesky

DHH Is Right About Everything
YouTube video by ThePrimeTime DHH Is Right About Everything

It's the "don't like it? that's fine--fork it!" approach.

Not saying I agree necessarily, but that helped me understand where the "gift-giving" analogy stems from.

related: youtu.be/mTa2d3OLXhg?...

21.07.2025 14:19 — 👍 1    🔁 0    💬 0    📌 0

Not sure if he talks on this in the interview, but I think DHH's take on open-source is easier to grok with the context that he views OSS as meritocratic, not democratic.

There are democratic elements, but he believes it's those doing most of the work that should set the direction.

21.07.2025 14:19 — 👍 1    🔁 0    💬 1    📌 0

Was scratching my single brain cell over here trying to figure out how to turn streaming on on my new blog... which is a static site.

I think I may have spent too much time "optimizing" SPA architecture lately y'all 🫠

15.07.2025 20:55 — 👍 0    🔁 0    💬 0    📌 0

I suspect it could do a lot more than the wordpress sites it angles for, too.

15.07.2025 20:30 — 👍 0    🔁 0    💬 0    📌 0
Dev Wells Sometimes I just want to be weird, you know?

Yes! Have had a blast with Astro lately. Strikes the right balance of "let me just refresh + enhance some HTML" and "oh but i'd also like some tooling please".

Just threw together wlls.dev (migrated from alexwells.dev). Both Astro!

15.07.2025 20:29 — 👍 1    🔁 0    💬 1    📌 0
Preview
Conferences, Clarity, and Smokescreens - Infrequently Noted If frontend aspires to be a profession -- something we do for others, not just ourselves -- then we need a culture that can use statistical methods for measuring quality and reject the marketing that ...

So the joke goes "a platform engineer walked into a React conference..."

infrequently.org/2025/06/conferen…

27.06.2025 16:03 — 👍 14    🔁 2    💬 1    📌 0
A notification on an iOS home screen with the new “liquid glass” design style that is hard to read due to white text on a light blue background

A notification on an iOS home screen with the new “liquid glass” design style that is hard to read due to white text on a light blue background

what the fuck is this contrast?

09.06.2025 17:40 — 👍 169    🔁 13    💬 19    📌 7

For sure that's another part of the equation. So much of the ecosystem integrates with React/Next as the "default" (whether by way of contracts or that's where the value is).

So if you need those integrations, or have clients/partners that do, it's tough not to lean into the ecosystem.

16.05.2025 13:27 — 👍 3    🔁 0    💬 0    📌 0

One of the bigger challenges I have had promoting @solidjs.com is assuming developers have a general idea of how their tools work. I'd show off fine-grained rendering, and be met with "Isn't that how React works?" I'd find myself educating them more about their existing tools.

15.05.2025 20:38 — 👍 109    🔁 7    💬 10    📌 3

I find myself referencing this over and over these days:

infrequently.org/2024/11/if-n...

To @ryansolid.bsky.social 's original point, it's really hard to have nuanced discussions here because often we're talking past each other, whether one's an expert or a novice.

16.05.2025 02:34 — 👍 4    🔁 0    💬 0    📌 0

"isn't much worse" than others.

But for those of us who do have these problems (either you're building a website/progressive enhanced app that needs to cater to marginal devices) or you're working in the FE dev tooling space, then the context is entirely different and the cracks show.

16.05.2025 02:34 — 👍 3    🔁 0    💬 2    📌 0

it would never even occur to you to consider that they are problems. For example, if you're largely focused on highly interactive, capital "A" Applications that can afford the inefficiencies of React, then sure!

Equally, if you never have to work below the "surface" of React, then maybe it...

16.05.2025 02:34 — 👍 4    🔁 0    💬 1    📌 0

This highlights exactly what Ryan is talking about.

Saying it "isn't that much worse" is entirely contextual to an individual's burden of knowledge to the core problems with React.

It's possible the types of software you're building don't suffer from these problems, hence...

16.05.2025 02:34 — 👍 5    🔁 0    💬 1    📌 0
Dev Wells Devon Wells' Thoughts

Started migrating mine, then had a baby, so there are exactly two posts (counting the lore) in 2025. I still need to move all my older posts.

alexwells.dev

simple: deno, astro, vanilla js/css
might try integrating Zero later for fun

07.05.2025 14:50 — 👍 1    🔁 0    💬 0    📌 0

We did this everywhere and still had perf issues, but maybe don't read into it too much as it's anecdotal evidence.

I know @infrequently.org and others in the perf community have done some more data analysis here though, so would be interesting to look at React app perf broken down by feature use.

06.05.2025 15:24 — 👍 1    🔁 0    💬 0    📌 0

My point was that often I see inexperienced React devs saying that RSCs = zero clientside JS, or more generally, no clientside impact, which is inaccurate, since it's sent twice (once as HTML, again as vdom metadata).

Agreed, misdirection is the wrong word.

06.05.2025 15:19 — 👍 1    🔁 1    💬 1    📌 0

yep! we would do this but it's tough to get non-expert engineers to do this effectively without a crash course in all of this... was tough to try and optimize for as a platform eng

06.05.2025 15:11 — 👍 1    🔁 0    💬 1    📌 0

INP and total page weight were hit hardest, which had outsized impact on users who on slower devices/connections (frequent in say, the back of a pharmacy where service is crappy and/or bandwidth is limited).

FCP was good because of the fast initial shell. LCP was rough but might be unrelated.

06.05.2025 15:10 — 👍 1    🔁 0    💬 0    📌 0

We had hundreds if not thousands of components, but the vast majority 95% were RSCs laying out non-interactive UI.

I'm curious if you know what the React team is considering for optimizing this initial payload. Will it be a Qwik-like direction where metadata is embedded into the HTML?

06.05.2025 15:00 — 👍 0    🔁 0    💬 1    📌 0

Ooh thanks I missed that other thread!

Yeah, agreed. IME at my prior work (goodrx.com), content-heavy site, the duplicated HTML ended up significantly impacting pagespeeds. And for this interaction class, where user session depth is shallow (not many interactions on avg), it was a "bad" tradeoff.

06.05.2025 15:00 — 👍 0    🔁 0    💬 1    📌 0

@danabra.mov correct me if I'm misunderstanding here. Been doing a lot of deep dives into trying to better understand this and the related approaches across other frameworks, e.g. Qwik/Marko resumability, islands, etc.

06.05.2025 14:48 — 👍 2    🔁 0    💬 1    📌 0
Preview
NEXTJS 13: self.__next_f.push · vercel next.js · Discussion #42170 I want to write right away that I have begin work with nextjs since version 12. Hello, somebody knows what is it self.__next_f.push in source code. self.__next_f.push double all content on webpage....

Related Next.js discussion on the RSC metadata / limitations: github.com/vercel/next....

06.05.2025 14:45 — 👍 2    🔁 0    💬 1    📌 0

All in all just wish there was more nuanced discussion to the impacts and tradeoffs here. Too often I see it get hand-waved away with hyperbolic "SPA is best" or "react is garbage" type discourse, when there's a lot of nuance.

I think it depends on the application class you're building ultimately.

06.05.2025 14:45 — 👍 2    🔁 0    💬 1    📌 0

Also think it's fair to point out that you can include clientside interactivity in `.astro` files by adding script tags in the template return and those get scoped and bundled.

But there's tradeoffs here (as you write) since the islands are isolated, and you have to do work to share between them.

06.05.2025 14:45 — 👍 1    🔁 0    💬 1    📌 0

Astro is an MPA framework, so it doesn't suffer from this, but instead (as you write) has MPA-specific drawbacks.

Just think it's worth clarifying that astro components result in "just HTML", whereas RSCs result in HTML + metadata (which in Next is a bunch of script tags at the bottom of the doc).

06.05.2025 14:45 — 👍 1    🔁 0    💬 1    📌 0

This isn't "react-specific" either necessarily, it's a side effect of SPA architecture, which is built on the premise of having a local data model (meaning you know ahead of time what the routes are).

06.05.2025 14:45 — 👍 1    🔁 0    💬 1    📌 0

I think this is a critical piece of information that is often hand-waved in RSC discourse, and is a fundamental difference between an Astro component.

It saves clientside compute since RSC nodes can be skipped on the client, but the payload is still sent down the wire and has to be parsed.

06.05.2025 14:45 — 👍 1    🔁 0    💬 1    📌 0

and it has to start from a single root, the server still has to send all of the metadata for RSCs down on initial load. This is necessary, as I understand it, so that React can find and attach event listeners (and frameworks, e.g. Next use it for routing metadata as well).

06.05.2025 14:45 — 👍 1    🔁 0    💬 1    📌 0

"If a component truly does not require interactivity, just remove 'use client' from it, and then importing it from the Server world would already keep it Server-only."

I think one note absent from RSC discourse is that "server-only" here is, IMO, misdirection. Since React still needs to hydrate...

06.05.2025 14:45 — 👍 1    🔁 0    💬 2    📌 0

This is a great comparison and excellent writeup as always. Definitely seems like there's a lot of overlap between astro "components" and RSCs.

Been having a lot of thoughts here... *deep breath*

06.05.2025 14:45 — 👍 1    🔁 0    💬 1    📌 0

@wlls.dev is following 20 prominent accounts