Using React JSX directly in native web platform source files (html, js) bypassing the need to build/compile.
https://peterkellner.net/2024/05/10/running-react-19-from-a-cdn-and-using-esm.sh/
- got me going in a good direction but didn't have a JSX solution
https://blog.tripu.info/react-19/
- unlocked the React 19 JSX puzzle trying to juggle ESM and Babel
Compiling TypeScript/TSX at the edge is interesting but is pure overhead for my use case