feat: add React client demo for A2UI rendering#300
feat: add React client demo for A2UI rendering#300PranavKohli24 wants to merge 1 commit intogoogle:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
I have signed the CLA. |
|
I linked my account. |
|
Thanks for getting the React renderer conversation started with this POC! We now have an official React renderer in progress at #542, led by @lukasmoschitz (CopilotKit + Google collaboration). The spec is also moving from v0.8 to v0.9 soon, with shared libraries across renderers. If you're interested in continuing to contribute, we'd welcome your help reviewing and contributing to #542. Closing this in favor of the consolidated effort — thanks again for the initiative! |
The Roadmap mentions adding official support for React. I have initialized the
samples/client/reactdirectory and added a basic boilerplate using Vite.It includes a simple proof-of-concept renderer that maps A2UI JSON (text and buttons) to React components. This serves as a foundation for future React implementation.