I have Fetch request and RTK query request but fetch loading data in 0.1sec and RTK query
loading data in 0.7 second.
How i can handle this problem ?
https://codesandbox.io/p/devbox/next-rkt-q-yr748g
The goal is to use rtk queries and have them load as fast as fetch. Tried many different options, apparently the problem is in Next.js.