2022-03-25 11:15:38 -05:00
# @astrojs/react ⚛️
2023-03-28 15:20:04 -05:00
This ** [Astro integration][astro-integration]** enables server-side rendering and client-side hydration for your [React ](https://react.dev/ ) components.
2022-03-25 11:15:38 -05:00
2023-12-21 15:35:11 -05:00
## Documentation
2022-03-25 11:15:38 -05:00
2023-12-21 15:35:11 -05:00
Read the [`@astrojs/react` docs][docs]
2022-03-25 11:15:38 -05:00
2023-12-21 15:35:11 -05:00
## Support
2022-03-25 11:15:38 -05:00
2023-12-21 15:35:11 -05:00
- Get help in the [Astro Discord][discord]. Post questions in our `#support` forum, or visit our dedicated `#dev` channel to discuss current development and more!
2023-06-25 22:34:13 -05:00
2023-12-21 15:35:11 -05:00
- Check our [Astro Integration Documentation][astro-integration] for more on integrations.
2022-03-25 11:15:38 -05:00
2023-12-21 15:35:11 -05:00
- Submit bug reports and feature requests as [GitHub issues][issues].
2022-03-25 11:15:38 -05:00
2023-12-21 15:35:11 -05:00
## Contributing
2023-08-16 12:40:57 -05:00
2023-12-21 15:35:11 -05:00
This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! These links will help you get started:
2022-09-26 09:14:34 -05:00
2023-12-21 15:35:11 -05:00
- [Contributor Manual][contributing]
- [Code of Conduct][coc]
- [Community Guide][community]
2022-09-26 09:14:34 -05:00
2023-12-21 15:35:11 -05:00
## License
2022-09-26 09:14:34 -05:00
2023-12-21 15:35:11 -05:00
MIT
2022-09-26 09:14:34 -05:00
2023-12-21 15:35:11 -05:00
Copyright (c) 2023– present [Astro][astro]
2022-03-25 11:15:38 -05:00
2023-12-21 15:35:11 -05:00
[astro]: https://astro.build/
[docs]: https://docs.astro.build/en/guides/integrations-guide/react/
[contributing]: https://github.com/withastro/astro/blob/main/CONTRIBUTING.md
[coc]: https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md
[community]: https://github.com/withastro/.github/blob/main/COMMUNITY_GUIDE.md
[discord]: https://astro.build/chat/
[issues]: https://github.com/withastro/astro/issues
2023-12-21 15:36:15 -05:00
[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/