Published onNovember 28, 2023Printing Perfection, A Developer’s Journey with React-to-Printweb-developmentreactNavigating the Challenges: Implementing a Robust Printing Solution with react-to-print in Web Development
Published onOctober 22, 2023How to Handle Scroll Events in Reactweb-developmentreactMastering Smooth Scroll Events in React: A Guide to Debouncing and Dynamic Navigation
Published onFebruary 16, 2023Testing the styles of DOM elements with React Testing Libraryweb-developmentreactreact-testing-libraryUsing the popular testing library to test dynamic style changes in our components
Published onFebruary 13, 2023Removing Default React Imports. For a Cleaner CodeWeb-developmentReacttipsSimplifying Your Codebase with the New JSX Transform and Eslint Configuration
Published onJanuary 31, 2023Fixing Material UI and Emotion's handling of Transient OptionsWeb-developmentReactMaterial-UItipsPassing Props to custom Emotion styles with Material UI
Published onNovember 30, 2022Finding a bug after writing a test, an exampleweb-developmentreacttestingI wrote a test and found a small bug. Even in React writing tests is important
Published onNovember 22, 2022Make a reusable test with React Testing Libraryweb-developmentreactreact-testing-librarytestingAbstract methods to be reused by different tests
Published onNovember 16, 2022Making reusable get methods in React Testing Libraryweb-developmentreactreact-testing-librarytestingCreating some abstractions to have ready to use getter functions
Published onJuly 27, 2022Memoize a React componentweb-developmentreacttipsUsing React.memo to memoize a React component
Published onJuly 22, 2022Sending errors through a Formik formweb-developmentreactformiktipsSending validation errors through Formik forms
Published onNovember 1, 2021Epic React. Hooks. UseState, useEffect. What I'm learning.reactweb-developmentepic-reactA guide of what I'm learning on the Epic React workshops by Kent Dodds. This is the second one: useState + useEffect
Published onOctober 30, 2020Epic React. Fundamentals. What I'm learning.reactweb-developmentepic-reactA guide of what I'm learning on the Epic React workshops by Kent Dodds. This is the first one: fundamentals