Articles in this series
Navigating the Challenges: Implementing a Robust Printing Solution with react-to-print in Web Development · Image by OpenClipart-Vectors from Pixabay As...
Mastering Smooth Scroll Events in React: A Guide to Debouncing and Dynamic Navigation · In this blog post, we’ll explore how to handle scroll events in a...
Using the popular testing library to test dynamic style changes in our components · Sometimes -or often, depending on the case- we need to test some...
Simplifying Your Codebase with the New JSX Transform and Eslint Configuration · If you are one of the many people migrating their projects to React 18,...
Passing Props to custom Emotion styles with Material UI · Recently I encountered an issue with the Material UI that I couldn't wrap my head around. What...
How tweaking the maxWorkers option can increase tests efficiency · Many applications have hundreds (and sometimes thousands!) of tests. Sometimes those...