data from multiple endpoints
I built data from two different endpoint with one single queryKey. Is there a better pattern? Thanks
2 Replies
harsh-harlequin•4y ago
You can use Promise.all method to do aggregation of promise state for you
rare-sapphireOP•4y ago
thx.