81 words, 1 min read
⚠️ This post links to an external website. ⚠️
There's one thing that you may do when developping your first LiveView apps (or developping applications in the early days of LV) that may have important consequences in production, or even during development, which may also become a bit hard to track down.
The LiveView documentation is excellent and easy to read, and there's a good paragraph on async operations. But it may not stress out enough how having blocking operations in your
mount/3callback may be a very terrible idea.
continue reading on mbuffa.github.io
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.