Optional clientOptional jsxVite plugins should transform the JSX instead
Optional jsxVite plugins should transform the JSX instead
Name of the renderer.
Import entrypoint for the server/build/ssr renderer.
Optional renderIf provided, Astro will call this function and inject the returned script in the HTML before the first component handled by this renderer.
This feature is needed by some renderers (in particular, by Solid). The Solid official hydration script sets up a page-level data structure. It is mainly used to transfer data between the server side render phase and the browser application state. Solid Components rendered later in the HTML may inject tiny scripts into the HTML that call into this page-level data structure.
Optional supports
Import entrypoint for the client/browser renderer.