0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/packages/renderers/renderer-preact
github-actions[bot] e0d9a7627d
Version Packages (next) (#1709)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-29 14:48:54 -05:00
..
compat [ci] yarn format 2021-10-29 19:47:01 +00:00
CHANGELOG.md Version Packages (next) (#1709) 2021-10-29 14:48:54 -05:00
client.js
index.js 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
package.json Version Packages (next) (#1709) 2021-10-29 14:48:54 -05:00
README.md
server.js 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
static-html.js

@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