
4 methods for testing controlled React components
We can all agree that testing code is a great idea. It reduces bugs, increases code quality and prevents you from making (the same) mistakes

We can all agree that testing code is a great idea. It reduces bugs, increases code quality and prevents you from making (the same) mistakes

Introduction In this blogpost I would like to take you on my journey through TypeScript and React and share some really cool features and interesting

A couple of months ago, inspired by our PHP_Codesniffer sniffs, which helps our back-end programmers adhere to a certain code-style but also find potential bugs,