Example repo with different frontend for phoenix app

Are there some good examples of code which can be explored to see how react/vue have been used with Phoenix Channels?

With live view, amount of work is minimal in order to get Phoenix.PubSub and Phoenix.Presence working.

  1. Is Presence similar with React/vue frotnend? (As with live view?)

  2. How does one setup for local vs deployment for different frontend in phoenix apps?