react

A collection of 3 posts

How to isolate components and apply visual testing using Storybook
storybook, chromatic, react, testing, UX/UI Design, Web

How to isolate components and apply visual testing using Storybook

As front-end developers, we spend a lot of time creating components and layouts with CSS. But every time we modify a component, we are only interested in doing unit tests

Building forms with React Hook Form and Yup
Web, react, Tech

Building forms with React Hook Form and Yup

In almost every web application, there are forms where the user enters data, whether it is a login or registration form, a passport application form, a bank account creation form,