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 onMay 29, 2023Types Compatibility issues between Jest and Vitest using React Testing Library and their fixweb-developmentjestreact-testing-libraryAddressing Jest-Vitest Conflict: Fixing Global Type Identifier Errors and Optimizing Build Workflow
Published onApril 28, 2023The Holistic History ProjectDatabaseWeb-developmentHolistic-HistoryCreating a new polymathic web project about history
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 onDecember 8, 2022Reduce your Jest tests running time (especially on hooks!) with the maxWorkers optionweb-developmentjesttestingHow tweaking the maxWorkers option can increase tests efficiency
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 onNovember 13, 2020Mock an Axios call with a JSON file.nodejsweb-developmentapitipsHow to avoid test calling a third party API with Axios using a mock JSON file
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
Published onSeptember 2, 2020Creating events and setting listeners in JavascriptJavascriptWeb-developmenttipsHow to add an event and how to create a listener to that event