How to use Redux toolkit with Graphql query type subscriptions

Viewed 11

I like the query types in Graphql, but I still need to control the local state. I am most comfortable doing this in Redux toolkit, in the future I will need subscriptions query.

From the information I have found here https://redux-toolkit.js.org/rtk-query/usage/customizing-queries but will it work with subscriptions request.

Is it possible to implement all this in next.js?

0 Answers
Related