current[query][arg] = dispatch(api.endpoints[query].invoke(arg) } } for (const [query, args] of Object.entries(runningQueries.current)) { for (const [arg, promise] of Object.entries(args)) { if (!queries.some(([
See https://redux-toolkit.js.org/rtk-query/usage/server-side-rendering jgwiazdowski commented Feb 3, 2022 right, so it seems like that's the way I need to go with considering my requirements, I really hope I will keep using RTK, love the way one creates endpoint, hooks gets ...