Fix Race Conditions Due to Caching and Canceling

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Caching will often grab cached values faster than an "in flight" asynchronous value, so you may end up receiving your values out of order. We've also naively set up a scenario where we cache Errors. This lesson walks through handling errors and cancelation when caching is involved.

Congrats on finishing Section 07: Building Light Search Box!πŸŽ‰πŸŽ‰

πŸ‘‰ CLICK HERE to continue to the next section, Implementing a Word Game with Patterns and React. πŸ‘ˆ