View Source Bonfire.UI.Common.LiveHandlers (Bonfire v0.9.11-social-beta.6)
usage examples:
phx-submit="Bonfire.Posts:post"
will be routed to Bonfire.Posts.LiveHandler.handle_event("post", ...
PubSub.broadcast(feed_id, {{Bonfire.Social.Feeds, :new_activity}, activity})
will be routed to Bonfire.Social.Feeds.LiveHandler.handle_info({:new_activity, activity}, ...
href="?Bonfire.Social.Feeds[after]=<%= e(@page_info, :end_cursor, nil) %>"
will be routed to Bonfire.Social.Feeds.LiveHandler.handle_params(%{"after" => cursor_after} ...