|
|
|
|
|
by LukaD
1046 days ago
|
|
> That's an interesting view. I tend to use Live Components whenever I'm rendering a list, because if you don't, you'll quickly notice how the entire list gets re-rendered and sent over the wire whenever one of the elements on the list changes. That's what streams are for https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#s... |
|