1👍
✅
I think this is good approach. Each component is firing its own request and is rendered (updated) when that request is resolved independently of other instances of the component.
Using Promise.all
doesn’t make sense – is it important to have data from all 3 calls at the same time ? No…
You doing right 🙂
Source:stackexchange.com