Published onAugust 1, 2022Case Study: The Dangers of Mutating State in ReactReactCase-StudyIn which we investigate a mutation-related bug found in a real production app.
Published onApril 1, 2022Open a New Window without Triggering Pop-up BlockersReactpop-upauthPop-up blockers are great for users, but you may find your perfectly valid use case getting blocked, especially when you need to wait for an async request. Here's how to make sure your user experience doesn't get derailed.
Published onMarch 1, 2022Formatting Data in React ComponentsReactformattingdataFind the right abstraction for formatting data in a reusable component.