Published onMarch 16, 2023Conditions? More like Polymorphismobject-orientedjavascriptreactclean-coderefactoringStop repeating same conditions everywhere, use polymorphism!
Published onJanuary 26, 2023Keep it Simple, Stupid with React Componentsreactkissclean-coderefactoringKeeping it Simple, Stupid (KISS) is a principle we all know by heart, but when exactly is a component too long? And how can we trim it down?