4 Comments

It's weird, because for me, React has been a game changer for making something quick in a couple of days. I guess the real advice is: when you want to make something small, stick to whatever system you know well, where you can let your instincts do most of the work, you already know the trivia and best practices, and you can just drive.

Expand full comment
author

Yes, but :-). I have a ongoing goal of making everything as simple as I possible can. I've been bitten by complexity so often that I've come to not tolerate any of it. To me, any system that you've built at the React level is inherently more complex than one just put together in a CMS like WordPress, so I don't go there as my first choice.

Expand full comment

How would that scale? I mean in terms of team size, vcs, DevOps etc?

Expand full comment
author

I'm not sure how scaling is an issue. Working with agility scales pretty easily, provided that the organization that's doing it is willing to change to pull that off. All I'm suggesting is that you need to get your code into your customer's hands as quickly as possible to get essential feedback, and adding technical complexity too early gets in the way of that. That's true regardless of scale.

Expand full comment