0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

Link to new React docs (#6763)

This commit is contained in:
Reuben Tier 2023-04-06 03:59:58 +01:00 committed by GitHub
parent 29e7b82b8d
commit c4d94d5ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ npm create astro@latest -- --template framework-react
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-react) [![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-react)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-react/devcontainer.json) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-react/devcontainer.json)
This example showcases Astro working with [React](https://reactjs.org/). This example showcases Astro working with [React](https://react.dev).
Write your React components as `.jsx` or `.tsx` files in your project. Write your React components as `.jsx` or `.tsx` files in your project.