0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/integrations/react
StandardGage 20ca3154fb
Fix Issues with passing void elements to React with experimentalReactChildren flag set (#9849)
* Create simple react element if element has no children

* Fix for when element has text

* add changeset

* minor -> patch

---------

Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-02-07 23:38:44 +05:30
..
src Fix missing type import from auto format (#9250) 2023-12-01 00:32:22 +08:00
test chore(@astrojs/integrations/react) Migrate tests to node:test for @astrojs/react (#9899) 2024-01-31 08:29:26 +00:00
CHANGELOG.md [ci] release (#9491) 2023-12-27 13:34:07 -05:00
client-v17.js [ci] format 2023-08-29 14:32:02 +00:00
client.js Fix Issues with passing void elements to React with experimentalReactChildren flag set (#9849) 2024-02-07 23:38:44 +05:30
context.js
jsx-runtime.js
package.json chore(@astrojs/integrations/react) Migrate tests to node:test for @astrojs/react (#9899) 2024-01-31 08:29:26 +00:00
README.md [ci] format 2023-12-21 20:36:15 +00:00
server-v17.js [ci] format 2023-12-20 19:00:58 +00:00
server.js [ci] format 2023-12-20 19:00:58 +00:00
static-html.js
tsconfig.json config: migrate us to moduleResolution: 'node16' (#8519) 2023-09-13 16:49:22 +02:00
vnode-children.js [ci] format 2023-11-21 17:21:41 +00:00

@astrojs/react ⚛️

This Astro integration enables server-side rendering and client-side hydration for your React components.

Documentation

Read the @astrojs/react docs

Support

Contributing

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:

License

MIT

Copyright (c) 2023present Astro