Loaders works with data fetching libraries rather than replacing them. So you can use your existing data fetching setup that uses libraries like [TanStack Query](https://tanstack.com/query/latest/docs), [SWR](https://swr.vercel.app/docs/prefetching), [Apollo Client](https://www.apollographql.com/docs/react/api/react/preloading), [Relay](https://relay.dev/docs/api-reference/load-query/), [RTK Query](https://redux-toolkit.js.org/rtk-query/usage/prefetching), [urql](https://nearform.com/open-source/urql/docs/basics/react-preact/) etc.
0 commit comments