I recently started using RTK Query and I've seen on the advanced patterns of the documentation they talked a lot about state normalisation by using createEntityAdapter
and using that kind of a normalised state {ids: [1,2,3], entities: {1: {..}, 2: {..}}}
and I want to know is there any added value if I start using these adapters with my RTK Query endpoints and hooks.
If possible it will be great if anyone can provide some articles or tutorials that touches on this point, all I need is to see if combining both has some value or if it's not worth the effort.