Recently, I built a video game. I couldn't help the urge. It's an online multiplayer game inspired by classic Pong from the 70s. You can play it...
Organize domain logic to build a solid and scalable app · Every React project needs architecture. With a solid architecture, your app will become a more...
You might have heard of TDD. But you haven't tried. Then you should do it. TDD lets you write better code. This is one of the methods every developer...
Build 'Scalable' E2E testing environment using POM pattern · Building E2E tests on React project is - more or less - necessary. E2E tests can be the...
From introduction to workarounds · React-Testing-Library is a common library for testing React Apps. It contains many usable APIs that make you focus on...
Introduction For the very beginners about to start testing · Testing is an unclear topic for developers at first. When I noticed I need to test my React...