astro/packages/renderers/renderer-preact
2022-04-02 14:15:41 -06:00
..
compat update prettier width (#2968) 2022-04-02 14:15:41 -06:00
CHANGELOG.md [ci] release (#2619) 2022-02-18 16:33:56 -06:00
client.js update prettier width (#2968) 2022-04-02 14:15:41 -06:00
index.js update prettier width (#2968) 2022-04-02 14:15:41 -06:00
package.json exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
README.md Docs: Add READMEs for renderers (#1351) 2021-09-14 16:26:23 -07:00
server.js update prettier width (#2968) 2022-04-02 14:15:41 -06:00
static-html.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00

@astrojs/renderer-preact

This is a plugin for Astro apps that enables server-side rendering of Preact components.

Installation

Install @astrojs/renderer-preact and then add it to your astro.config.mjs in the renderers property:

npm install @astrojs/renderer-preact

astro.config.mjs

export default {
  // ...

  renderers: [
    // ...
    '@astrojs/renderer-preact'
  ]
}

Documentation

Astro Renderer Documentation