Open
Description
WIP branch: https://github.com/bluwy/whyframe/tree/astro-3
I can't quite figure out the perfect way to support its new JSX support. In the branch, I updated docs/astro.config.mjs
to support this new change, but it's a bit ugly.
React is hard to support now because it needs the preamble code in the client-side inside the iframe. Astro only adds the preamble code if there's an island in the frame page.