Skip to content

All articles about debugging

intro image for article 10 hot tips for better debugging

10 hot tips for better debugging

We all run into coding problems and get stuck. Fortunately, I've got 10 great tips to help you become a better debugger and to get your code flowing again.

intro image for article Solving React Hooks' invalid hook call warning

Solving React Hooks' invalid hook call warning

Building a React project and have the error 'Hooks can only be called inside the body of a function component'? We'll solve the 'invalid hook call warning' error and get your project back on track.