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