Skip to content
Ecosystem / HiA2UI Team

A2UI React Renderer Status: What Is Available Now

Current production guidance for the official A2UI React renderer, web core, catalogs, migration, and community alternatives.

React and other platform renderers connected to a shared validated A2UI protocol core
Updated 8/6/2026 Reviewed by HIA2UI Editorial Team

The earlier Q1 release tracker is now historical. The official project documents @a2ui/react as a maintained renderer for the v0.9.1 family, built with shared web protocol machinery from @a2ui/web_core.

What the official renderer provides

The renderer receives validated lifecycle messages, maintains Surface and DataModel state, resolves approved Catalog components, and routes user actions. It does not decide product authorization and does not make arbitrary remote content safe.

Before adoption, pin the renderer and schema versions together. Verify the exact public API in the installed package because examples written for v0.8 or an early v0.9 snapshot can use obsolete message names.

Catalog ownership

React applications retain ownership of components and design tokens. A Catalog maps protocol definitions to reviewed React implementations. This supports consistent themes and accessibility, but each implementation still needs tests for unsafe URLs, Markdown, navigation, file handling, focus, keyboard operation, and unsupported properties.

Migrating a custom implementation

Keep the old renderer until both implementations pass the same protocol fixtures. Compare creation, incremental updates, two-way data binding, deletion, duplicate delivery, reconnects, action replay, unsupported components, and fallback UI. Move version conversion to the transport boundary and avoid mixing v0.8 lifecycle names into v0.9.1 streams.

Community renderers remain useful when they provide a specialized Catalog or platform fit. Evaluate them by evidence—releases, tests, protocol compatibility, maintenance, security, accessibility, and license—not by framework popularity.

See the current renderer matrix, client setup sequence, and production security checklist.

Frequently asked questions

Is the official React renderer available?

Yes. The official directory lists the React renderer as a maintained stable option for the v0.9.1 family.

Should an old custom parser be replaced immediately?

Compare its protocol coverage, tests, accessibility, and security behavior first; migrate behind conformance tests rather than changing blindly.

Primary sources

A2UIReactrendererweb corev0.9.1