Backend dev here learning about fronted \ react. Together with a couple full-stack devs we are starting a partial rewrite of an SPA, which uses react router, Redux and RTK query. We’re replacing the service layer (most communication with our backed) while keeping the UI mostly unchanged (apart from removing a few pages\components). All of our backend services which the fronted will be talking to either already use effect-http or will be rewritten to use it (or HttpApi from platform). I’m looking for advice on the best strategy to make the most of Effect without turning this into a complete rewrite. Thanks!