Links — Interesting finds from around the web
August 31, 2019
Handling API request race conditions in React
Many blog articles talk about loading api/async data in a React apps, with componentDidMount, useEffect, Redux, Apollo… Yet, all those articles are generally optimistic, and never mention something important to consider: race conditions could happen, and your UI may end up in an inconsistant state.