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
Current section
Files
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";