According to the redux docs: "While there is less need to store the response in a normalized lookup table with RTK Query managing caching data, transformResponse can be leveraged to do so if desired."
- Why there is "less need" with RTK Query managing caching data?
- What are the trade-offs of normalizing state with RTK Query?