0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/examples/framework-solid
Fred K. Bot d8e00a4871
[ci] release (#5507)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-06 11:20:35 +01:00
..
.vscode
public
src Preserve reactivity in Solid example component (#5386) 2022-11-14 11:50:15 +08:00
.gitignore
astro.config.mjs
package.json [ci] release (#5507) 2022-12-06 11:20:35 +01: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 [ci] format 2022-08-25 19:17:45 +00:00

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.