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 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 onJanuary 26, 2021Useful GIT commandsgittipsUseful commands to use in git in everyday working life
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 onSeptember 2, 2020Creating events and setting listeners in JavascriptJavascriptWeb-developmenttipsHow to add an event and how to create a listener to that event