astro/examples/framework-preact
Houston (Bot) 82d81a1485
[ci] release (#10362)
* [ci] release

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-03-07 19:53:37 -06:00
..
.codesandbox
.vscode
public
src fix broken link in code examples (#10322) 2024-03-05 15:23:33 +08:00
.gitignore
astro.config.mjs
package.json [ci] release (#10362) 2024-03-07 19:53:37 -06:00
README.md
tsconfig.json

Astro + Preact Example

npm create astro@latest -- --template framework-preact

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

This example showcases Astro working with Preact.

Write your Preact components as .jsx or .tsx files in your project.