Packages

React inside Phoenix LiveView — async code splitting, client-side props diffing, and zero-config component discovery.

Retired package: Release invalid - Not production-ready, LiveView 1.0.x compatibility issue

Current section

Files

Jump to
react_phx assets dist index.js
Raw

assets/dist/index.js

export { getHooks, resolveComponent, findComponent, toPascalCase } from "./hooks";
export { ReactPhxErrorBoundary } from "./errorBoundary";
export { useLiveReact } from "./context";
export { Link } from "./link";
export { useLiveEvent } from "./useLiveEvent";
export { useLiveForm } from "./useLiveForm";
export { useLiveUpload } from "./useLiveUpload";