Redux Toolkit (RTK) and RTK query
Our policy for state management is to use Redux Toolkit (RTK) for general state handling and RTK Query for data fetching and caching.
RTK provides a streamlined API that simplifies Redux usage, while RTK Query offers built-in caching, automatic re-fetching, and other optimisations for handling asynchronous data.