React performance optimization without using MemoizationReact is fast. It’s so fast that most of the time, we won’t even think that our app needs optimization. But there are certain situations…Apr 11, 20231Apr 11, 20231
Let, Const & Var — Hoisting in JavascriptOne of the features that came from the ES6 release was the addition of ‘let’ & ‘const’ for variable declaration. Before that, we were used…Dec 12, 2021Dec 12, 2021
Published inCodeXOptimization Techniques for your React App for better PerformanceWe all know that React is one of the famous javascript frameworks used for web development. Web apps developed using React are known for…Feb 11, 2021Feb 11, 2021