Hi.

I'm Pratik Shah, a Full Stack Developer with 9+ years of industry experience, specializing in developing RoR & React apps with the best UX users can get.

Latest stories

EExploring Refs in React

3 Min Read — In React

I came across Refs many times while browsing libs and docs but didn’t really care about it. My idea of Refs was limited to controlling <input /> in forms. Then I came across a piece of code in…

VValidation with Yup

2 Min Read — In React, testing, Yup

What is Yup? Yup is a JavaScript object schema validator. Lets understand the above definition with an example. Consider everday common feature of login form with fields "username" and "password…