Implement PubSub with Phoenix LiveView Like a Pro: Comprehensive Guide

preview_player
Показать описание
In this video you'll learn how to implement PubSub with Phoenix LiveView, which allows you to publish messages from LiveView modules, and subscribe to them on others LiveView modules, giving you the ability to send data between modules.

Рекомендации по теме
Комментарии
Автор

Is there a GitHub page for this project?

mitchellphiri
Автор

Not the best example of how to use GenServer. In this case, you could just pass the counter value down to child components.

asdf