How to make parallel API calls in Remix.run

118 views Asked by At

I have a Remix.run with (TSX) application which has multiple Components with multiple API calls That they need to make to a strapi API how can I Call all the API's in parallel such that either the website renders the images/text from API in build time or calls them asynchronously on client's browser?

I am new to this please help, Any resources to refer or some snippets might help.

0

There are 0 answers