Best Practices for Writing React Tests

#447 – March 17, 2024

Get the most out of your React Testing Library tests

Best Practices for Writing Tests with React Testing Library
17 minutes by Alex Khomenko

Properly written tests not only help prevent regressions and buggy code, but in the case of React Testing Library, they also improve the accessibility of components and the overall user experience. In this post, we'll explore how to get the most out of your React Testing Library tests. I'll provide a collection of what I consider to be best practices and tips on how to avoid common mistakes with React Testing Library.

Embed Conversational AI Into Your React JS App
sponsored by nlux

Free and open-source library to integrate context-aware conversational AI into your React app, powered by any LLM. nlux makes that super simple. High performance, comprehensive documentation, and feature-rich. Check it out!

Progressively Enhance Handling Your Forms With Server Actions
6 minutes by Dave Bitter

A large part of adding interactivity to your applications is through forms. Single Page Applications SPAs have not always handled this part the best. Let’s have a look at how we can use React.js Server Actions to handle your forms progressively enhanced.

Navigating the future of frontend
24 minutes

Make sense of modern frontend meta-frameworks. Connect the dots between fundamental concepts old and new.

How to Create Interactive Animations Using React Spring
13 minutes by Yemi Ojedapo

Explore the features of React Spring, a JS-based animation library, and learn how to use its hooks and components in React applications.

Applying Strategy Pattern in React
5 minutes by Huy Ta Quoc

In the first part, we explored the significance of the Strategy pattern in React projects and outlined its implementation. However, the approach presented might have be a little bit of an overkill. This article aims to introduce a more simple and practical way of applying the Strategy pattern.

newsletters