Make Multiple SWR Data Fetch Calls In The Same React Component
This code let's you use multiple swr calls in the same component. The key is to apply a name to each one.
javascript
Then you can check for each with:
Messing with that is left as an exercise for the reader
Note that the useSWR can't go inside a basic function inside a component
~ fin ~