📄️ Custom hooks
There are many custom hooks in mimir, this serves only as an overview.
📄️ useAppSelector
The useAppSelector hook is a custom hook that is often used in Redux Toolkit-based applications to replace the standard useSelector hook from the react-redux library. The purpose of this custom hook is to provide type safety for the Redux store's state when using TypeScript.