1. React
  2. JSConf Asia
  3. 2019
  4. Race Conditions in JavaScript Apps

Race Conditions in JavaScript Apps

Thai Pangsakulyanont at JSConf Asia 2019

"During an 'await' anything could happen." ... It’s easy to create race conditions in JavaScript if you’re not careful. This talk is about dealing with common kinds of race conditions based on my experience working on a real-time collaborative app.