You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core currently has LiveChannel and LiveSocket which I've tried to make akin to LiveView's LiveSocket. Client side hooks should be added to liveview-native-core and exposed a reasonable way to add hook events to the clients.
The text was updated successfully, but these errors were encountered:
LiveView uses
phx-hook
to support custom client-side events. In Phoenix LiveView, a hook is added to aLiveSocket
in theopts: {}
. The built in hooks areLiveFileUpload
andInfiniteScroll
.Core currently has
LiveChannel
andLiveSocket
which I've tried to make akin to LiveView'sLiveSocket
. Client side hooks should be added to liveview-native-core and exposed a reasonable way to add hook events to the clients.The text was updated successfully, but these errors were encountered: