javascript Featured Why does console.log hate me? Have you ever felt like console.log hates you? If yes or you just want to know a bit more about its quirks, have a quick read!
React Debug web apps running on native mobile devices Sometimes bugs can only be reproduced in the specific environment they are discovered. What if they're found on an Android or iOS device?
js Featured What's an object identity in JavaScript? What's an object's identity? and what does "stable identity" mean in React? Let's dive a bit into it together!
UI On the importance of monorepos and component libraries Are you working on a huge untested "legacy" JS codebase? I might have some tips for you 🙂
React A solution to handling modals in React I want to show you a new solution for handling modals in large React applications as a result of a big refactor in my work in Musixmatch.
React Life and death of the usePrevious hook We will understand the usePrevious hook's common implementation and then we will see some issues it might bring and how to solve them.