Skip to content

Instantly share code, notes, and snippets.

@weakwire
weakwire / live_sub.ex
Last active September 23, 2022 18:55
defmodule LiveSub do
@moduledoc """
`LiveSub` enables `LiveComponent` to communicate with other LiveComponent
without dealing with the `LiveView`.
Think of `LiveSub` as pub/sub for `LiveComponent`.
## Why
With `LiveSub` each `LiveComponent` can operate, be defined and tested independently without
@Override
public void onPollfishSurveyReceived() {
Log.d("Pollfish", "onPollfishSurveyReceived");
}