Use AbortController in our data fetching code
acicovic opened this issue · 1 comments
acicovic commented
Is your feature request related to a problem?
We currently aren't using AbortController when fetching data in our React code.
Describe the solution you'd like
See if/how we can implement AbortController
in our React code that's fetching data.