Prototype a rest-hooks component
Redux and the provider abstraction were necessary evils at the beginning of this project for consistency with other internal projects. Unfortunately by trying to make things consistent for redux it actually makes following the logic for the developer quite involved.
We could think about progressively migrating away from redux/provider to https://resthooks.io which might simplify our crud operations and reduce the cognitive load for developers. Open to discussion on this.
First step would be to prototype a new or migrate an old component.