@hi_mayank I've been noodling on solutions for this as well (initially focused on accessing the data cascade in ways that offer type safety); I'd be very interested in learning how you managed the CSS part, since that's another thing I'd been wondering about. Like, I know WebC benefits from asset bundling by default in 11ty; are you able to get that for JSX?
@kgf the asset bundling from webc is actually built into 11ty now (as of 3.0.0-alpha.10), so i'm just using that.
i'll open-source my repo after i clean up some things. maybe i'll even do a writeup if this sounds interesting to other folks 🤔