
#174: Phoenix LiveView start_async
Published November 13, 2023
4m 49s
In episode 173 we explored the assign_async
feature of Phoenix LiveView and successfully implemented it. This allowed us to asynchronously fetch the prices of different widgets, which improved the user experience of our application.
While assign_async
is great, sometimes…