Testing Async Assigns (Preview)
Notes
With LiveView’s new async assigns, we can now load data asynchronously like a breeze. But how do we test it since we have async behavior? 🤔
I just published a new lesson in my Testing LiveView course that covers the naive approach as well as more advanced approaches to testing async assigns.
This is a preview when we start exploring the new render_async/2
helper.