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.
In this article we will walk through some basic examples of testing react form, built using formik library.
We will be using react-testing-library for testing react components. Quick Setup Create a…
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…
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…