#How do I make hydrated react components within statically rendered jsx components with astro?

6 messages · Page 1 of 1 (latest)

rare heath
#

How do I make hydrated react components within statically rendered jsx components with astro?

rare heath
#

Anyone

spring steeple
#

<ReactComponent client:load />

rare heath
sterile folio
#

if you can't find an example or doc about what you're trying to do, it's probably not possible. There's no static rendered jsx, in Astro react jsx is a front end framework rendered on the client.