Apr 7, 2022
Great, thanks for sharing,
To handle side effects, I prefer to use react query instead of redux (keep it just for centralized app state) in order to benefit from auto refetching, caching, data revalidation... without additional configuration.