Components are a mechanism to compartmentalize state, markup, and events in LiveView. We can move a part of the LiveView's logic (and related template) into separate components. We start by moving the product card, the part inside the for comprehension, into a LiveComponent. The post Phoenix LiveView LiveComponents appeared first on Poeticoding.| Poeticoding
Before going on with LiveComponents and other topics, let's spend a few minutes on our UI. At the moment products and trades are rendered in a table, using the default phoenix.css. The post A nice Dashboard UI appeared first on Poeticoding.| Poeticoding
In this video we take a look at the Poeticoins application design, how we organize the parts of our app, how to stream the data from the exchanges to the browsers.| Poeticoding