rafram 21 hours ago

But does it actually work that way? If I `await fetch_from_api()` in the first component before returning the tree with the second component that fetches from my backend, `fetch_from_api()` has to resolve before Htmy finds out about the second component.

1
physicsguy 4 hours ago

You’d have to structure it differently, it’s definitely not a free lunch