- How is it that a long javascript process delays DOM updates? - JS thread blocks UI thread - How to bypass long javascript delays in the DOM? - use asynchronous methods (e.g setTimeout) - Implement "promisify" for a callback function - pass resolve() as the callback - Implement a recursive React component - When would you use state management?
Check out your Company Bowl for anonymous work chats.