At the moment, the front-end's API calls use a custom caching layer. We can make this significantly simpler by using something like react-query to handle the caching for us.
This will also make it easier to run API calls concurrently by default by making concurrency an opt-out experience rather than opt-in
We are currently replacing API calls with react-query incrementally. Conversion list:
At the moment, the front-end's API calls use a custom caching layer. We can make this significantly simpler by using something like react-query to handle the caching for us.
This will also make it easier to run API calls concurrently by default by making concurrency an opt-out experience rather than opt-in
We are currently replacing API calls with react-query incrementally. Conversion list:
useResolveAccount