0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/integrations/react
Ben Holmes 84189b6511
Actions: New fallback behavior with action={actions.name} (#11570)
* feat: support _astroAction query param

* feat(test): _astroAction query param

* fix: handle _actions requests from legacy fallback

* feat(e2e): new actions pattern on blog test

* feat: update React 19 adapter to use query params

* fix: remove legacy getApiContext()

* feat: ActionQueryStringInvalidError

* fix: update error description

* feat: ActionQueryStringInvalidError

* chore: comment on _actions skip

* feat: .queryString property

* chore: comment on throw new Error

* chore: better guess for "why" on query string

* chore: remove console log

* chore: changeset

* chore: changeset
2024-07-30 11:04:10 -04:00
..
src Actions: New fallback behavior with action={actions.name} (#11570) 2024-07-30 11:04:10 -04:00
test fix(deps): update all non-major dependencies (#11522) 2024-07-23 11:43:14 +08:00
CHANGELOG.md [ci] release (#11233) 2024-06-17 15:39:57 +02:00
client-v17.js chore: import sort source code, exception for the astro package (#10242) 2024-02-27 11:15:27 +00:00
client.js Actions: React 19 progressive enhancement support (#11071) 2024-05-22 13:24:55 +01:00
context.js
jsx-runtime.js
package.json fix(deps): update all non-major dependencies (#11426) 2024-07-17 14:48:07 +08:00
README.md [ci] format 2023-12-21 20:36:15 +00:00
server-v17.js feat: refine container APIs for renderers (#11251) 2024-06-14 06:52:17 +01:00
server.d.ts feat(container): client hydration (#11486) 2024-07-18 16:28:52 +01:00
server.js Actions: New fallback behavior with action={actions.name} (#11570) 2024-07-30 11:04:10 -04:00
server17.d.ts feat: refine container APIs for renderers (#11251) 2024-06-14 06:52:17 +01:00
static-html.js Fix astro-static-slot hydration mismatch error (#7196) 2023-05-26 22:37:33 +08:00
tsconfig.json [ci] format 2024-06-13 13:05:54 +00:00
vnode-children.js chore: import sort source code, exception for the astro package (#10242) 2024-02-27 11:15:27 +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