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 importantRead more →
Published onNovember 22, 2022Make a reusable test with React Testing Libraryweb-developmentreactreact-testing-librarytestingAbstract methods to be reused by different testsRead more →
Published onNovember 16, 2022Making reusable get methods in React Testing Libraryweb-developmentreactreact-testing-librarytestingCreating some abstractions to have ready to use getter functionsRead more →
Published onJuly 27, 2022Memoize a React componentweb-developmentreacttipsUsing React.memo to memoize a React componentRead more →
Published onJuly 22, 2022Sending errors through a Formik formweb-developmentreactformiktipsSending validation errors through Formik formsRead more →