how to fetch without fetch API in client components in nextjs 13

The beta documents just say that a third party library should be used like SWR, but reviewing the docs for SWR shows that fetch is used beneath it. I'm seeing the same for react query.
Was this page helpful?