Introduction to Test-Driven-Development in React for Beginners
The first rule of Test-Driven-Development (TDD) is to write a test before coding the feature. It sounds more intuitive when doing some backend work, to be honest, but does it work when doing some frontend, particularly in React. ๐
In this article, w...
koladev.hashnode.dev5 min read