React Articles

Front-end JavaScript library for building user interfaces based on UI components.

image alt attribute
ReactReact Testing Library
React Hooks - The Good, The Bad, and The "Wait, What?".
Since their release in 2019, React Hooks have completely revolutionized how we build components, allowing functional components to tap into features like state and lifecycle methods. While they offer a more concise and powerful way to work, they aren't without their own set of pitfalls.
Published on
image alt attribute
ReactReact Testing Library
Testing React Render Props Like a Pro with React Testing Library.
Struggling to test a React component with render props? This pattern is great for sharing logic but can be tricky to test. In this post, you’ll learn how to confidently test render props components using React Testing Library, write tests that mimic user behavior, and keep your codebase robust. Let’s dive in!
Published on
Page 1 of 1