0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00
astro/examples/framework-solid
Houston (Bot) f05eb9f8ba
[ci] release (#6048)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-01 08:58:35 -05:00
..
.vscode
public
src Preserve reactivity in Solid example component (#5386) 2022-11-14 11:50:15 +08:00
.gitignore Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
astro.config.mjs
package.json [ci] release (#6048) 2023-02-01 08:58:35 -05:00
README.md Add “Open with CodeSandbox” buttons to example project READMEs (#5322) 2022-11-10 11:32:13 +01:00
sandbox.config.json
tsconfig.json

Astro + Solid.js Example

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

Open in StackBlitz Open with CodeSandbox

This example showcases Astro working with Solid.

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