Email or username:

Password:

Forgot your password?
Top-level
cuan_knaggs

@loke efficiency as in hot swapable developers because we can't be bothered to put resources into staff retention @slightlyoff

6 comments
Elias MÃ¥rtenson

@mensrea @slightlyoff Right. Then I agree since react pages are anything but efficient. 🙂

Alex Russell

@loke @mensrea Sorry for being obtuse; lots of orgs have picked up React because they were told it's industry-standard, that they would be able to hire for it easily, etc. etc. It turns out that React on its own doesn't get you very far, and so there's a ton of time and money that needs to be spent either building infra to support some agglomeration of state tools + SSR configs + component libraries, or investment in learning metaframeworks like Next.

The savings never materialise.

cuan_knaggs

@slightlyoff i think there is another aspect to this. the "modern way" with frameworks, language abstractions (typescript), build pipelines, et al. make people think they're doing "real programming". so they keep layering complexity to solve problems caused by complexity because they're really smart @loke

Elias MÃ¥rtenson

@slightlyoff @mensrea
Thanks. That's another layer of problems that I'm not directly familiar with as I have never done web development recently on a large team.

My experience with react is mostly as a user of sites built using it, as well as my personal attempts at using it myself.

In the latter case, I was quite unimpressed.

Sorry, I was impressed by how the simple vases seemed almost magic. Less impressed by the hoops one has to just through to make sightly more complex usecases possible.

@slightlyoff @mensrea
Thanks. That's another layer of problems that I'm not directly familiar with as I have never done web development recently on a large team.

My experience with react is mostly as a user of sites built using it, as well as my personal attempts at using it myself.

In the latter case, I was quite unimpressed.

Rich Felker

@mensrea @loke @slightlyoff This. React is the ultimate in inefficiency. The goal isn't to be efficient but to maximally disempower and make fungible the labor involved.

Alistair Davidson

@dalias @mensrea @loke @slightlyoff That's it! Project management styles and tech choices are both shaped by the need to make the work of programmers predictable and measurable. Huge costs are incurred, and seen as entirely worthwhile.

Go Up