Taming LiveView Event Handlers: A CRM Integration Story (Part 2)
How to use PhoenixCommands to decouple Phoenix LiveView UI events from complex business logic.
Tag
5 posts
How to use PhoenixCommands to decouple Phoenix LiveView UI events from complex business logic.
Why putting business logic in Phoenix LiveView handle_event callbacks becomes a liability when integrating with external systems.
Handling multiple click events (single click, double click and longpress) on the same element in React Native
Handle forms effectively by creating a custom hook
Building a real-time chat with Socket.IO and ReactJS