0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/examples/framework-react
Fred K. Schott 6386c14d00
Astro Integration System (#2820)
* update examples

* add initial integrations

* update tests

* update astro

* update ci

* get final tests working

* update injectelement todo

* update ben code review

* respond to final code review feedback
2022-03-18 15:35:45 -07:00
..
public
src Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
.gitignore Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
.npmrc Move from yarn to pnpm (#2455) 2022-03-08 15:46:11 -06:00
.stackblitzrc
astro.config.mjs Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
package.json Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
README.md
sandbox.config.json
tsconfig.json Adjust TSConfig example files to include compilerOptions (#2278) 2021-12-26 22:39:30 -05:00

Astro + React Example

npm init astro -- --template framework-react

Open in StackBlitz

This example showcases Astro working with React.

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