React

All articles tagged with "React".

How I like to use Tailwind

How I like to use Tailwind

Tailwind is great for quick prototyping, but inline class names can clutter component logic. Here's how I use Tailwind Styled Components to keep my React code clean and readable.

Read article
Getting started with React Testing Library

Getting started with React Testing Library

React Testing Library is a test library that helps us write integration and unit tests for our UI applications by allowing us to render components, perform actions upon them, and retrieve any element rendered through accessible and semantic queries.

Read article