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 useLiveEvent.d.ts
Raw

assets/dist/useLiveEvent.d.ts

export declare function useLiveEvent(event: string, callback: (payload: any) => void): void;