Parsely/wp-parsely

Use AbortController in our data fetching code

acicovic opened this issue · 1 comments

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.

We've started using AbortController in PCH Smart Linking in #2386.