https://github.com/wp-launchpad/hook-list
https://github.com/wp-launchpad/hook-list
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wp-launchpad/hook-list
- Owner: wp-launchpad
- Created: 2023-03-22T22:32:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T23:51:33.000Z (over 1 year ago)
- Last Synced: 2025-01-15T05:05:39.720Z (5 months ago)
- Language: Astro
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro + React Example
```
npm create astro@latest -- --template framework-react
```[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-react)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-react)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-react/devcontainer.json)This example showcases Astro working with [React](https://reactjs.org/).
Write your React components as `.jsx` or `.tsx` files in your project.