Skip to content

Astro Preact Integration

Astro integration for rendering Preact components and islands.

Native PreactActive

Native Preact

Built for Preact and does not require a React compatibility layer.

Package@astrojs/preact

Facts at a glance
Preact compatibility
Native Preact
Tested Preact versions
Not documented
TypeScript
Native TypeScript
SSR
SSR supported
Maintenance
Active
License
Not documented
Last verified
Not yet verified
Terminal
npm install @astrojs/preact
Preact example
export function Example() {  return <section>Astro Preact Integration can be evaluated inside a Preact component.</section>;}

Known limitations

  • PreactHub still needs project-specific verification notes for versions, bundle impact and edge cases.

Introduction

Astro Preact Integration is tracked in PreactHub because it is relevant for Preact applications, migrations, ecosystem comparisons or adjacent tooling.

Preact configuration

No `preact/compat` alias is required for the primary API.

SSR notes

The library can participate in SSR-oriented workflows when browser-only APIs are guarded.

Islands notes

Astro Preact Integration can be used from interactive islands as long as initialization is scoped to the island root and cleaned up when necessary.