Good luck I don’t really like RTK query as I find it’s another layer of abstraction to learn. I prefer a very small wrapper over fetch that does some setup for json and some error checking. Websockets are a bit more intricate especially topic based ones, but not sure if RTK handles that complexity anyway as it’s quite implementation specific. Also I prefer simple state management that’s just for global state, rather than combining it with networking and so on. But I know I might be in the minority, I don’t like GraphQL either 🤷🏻♂️