MartinMalinda / vue-concurrency

A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
https://vue-concurrency.netlify.app/
MIT License
350 stars 15 forks source link

Explain why ajax component would wait #17

Closed yringler closed 4 years ago

yringler commented 4 years ago

Let's assume component does an AJAX request on it's own. The problem is the AJAX happens only after the feed has finished loading. Yet, the loading could easily happen in parallel.

I was looking at your docs, I didn't think it was immediately clear why "the AJAX happens only after the feed has finished loading".

MartinMalinda commented 4 years ago

Thanks, this is a good clarification 👍 . I remember I wasn't too sure with the wording when I was writing it too.