Fetch data from two or more endpoints in SvelteKit (opens in new tab)
Real quick example of how I used to fetch data from multiple endpoints in SvelteKit. This uses the server side that is part of SvelteKit and is destructured into the function.
Read the original article