React

Front-end

DOM Tree Testing: A Deep Dive into Snapshot Testing with Jest or Vitest

Let's take a look at snapshot testing and see how to use this concept in our visual regression testing strategy.

Read
Front-end

Front-end Code Review Guidelines

Code Review is an extremely important step in developing quality applications. Here's the checklist of things to keep in mind while doing self code review and peer reviews of front-end code.

Read
Front-end

Role based routes protection in React + MobX app

Almost all admin dashboard apps require some kind of role based access to enable disable access to the features of app based upon the user's role...

Read