SESoufiane Elcouayinsoufianeelc.hashnode.dev·Mar 23, 2023 · 4 min readReact components performance optimizationIntroduction: In a React application, components are rendered…usually a lot. Improving performance includes preventing unnecessary renders and reducing the time a render takes. React comes with tools to help us prevent unnecessary renders: memo, useM...00
SESoufiane Elcouayinsoufianeelc.hashnode.dev·Aug 25, 2022 · 2 min read5 tips to learn coding as a beginner!Introduction Learning something new can be hard, and learning to code can be harder when your method of learning is wrong. In this article, I’m going to show you some useful techniques I personally used to learn how to code and I still depend on them...00