React Unit-testing – Finding DOM Elements

Writing unit-tests for your React components are important, but it also important that tests are robust. Brittle tests are not maintainable & cause frustration to developers. This post addresses once such scenario that can cause brittle unit-tests, which is finding the nodes or DOM elements. Let’s work on making them robust. DOM elements are identifiedContinue reading “React Unit-testing – Finding DOM Elements”

Atom for React & JavaScript Developers – 2020

I recently started using Atom as my IDE for React & JavaScript development. (I am here to write my experience with Atom. I love using different editors as and when I feel like I need change.) My experience with Atom is good. I love it’s base theme Atom Dark (UI Theme) and One Dark (SyntaxContinue reading “Atom for React & JavaScript Developers – 2020”