@mattdarveniza @sir_pepe ignorance 101
benschwarz
@benschwarz@front-end.social
Posts
-
This article provides the perfect view into React brain worms: -
This article provides the perfect view into React brain worms:I find this to be the most common paradox of React “engineering”.
People say React is easy and DX focused, but then continue to add layer upon layer, brick by brick, to fix the structural issues beneath.
-
This article provides the perfect view into React brain worms:RE: https://mastodon.social/@sir_pepe/115923413113414435
This article provides the perfect view into React brain worms:
Instead of a native HTML input radio element
It’s somehow easier to import hundreds of lines of code, and implement a faux radio button (that’s actually a button with svg to LOOK LIKE A RADIO), and ARIA rules (to WORK LIKE A RADIO)