0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples/framework-solid
2024-11-28 17:00:52 +00:00
..
.codesandbox
.vscode
public
src feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
.gitignore
astro.config.mjs create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
package.json chore: downgrade examples to not use beta releases (#12557) 2024-11-28 17:00:52 +00:00
README.md
tsconfig.json create-astro updates (#12083) 2024-11-04 16:15:11 +01:00

Astro + Solid.js Example

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

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

This example showcases Astro working with Solid.

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