InNerd For TechbyPriyanka RodzFixing ‘Uncaught TypeError: Cannot Read properties of undefined’ in ReactHave you ever encountered the undefined TypeError? We see it often, don’t we? This occurs when we try to access a property of an undefined…Feb 8Feb 8
Priyanka RodzAvoid prop drilling in React by using Events like a pro!Prop drilling in React refers to passing props through multiple levels of components say from A to G even though the prop is to be used…Jan 31Jan 31
Priyanka RodzAccessibility in React: Best practices, guidelines and toolsWhen building a web application, accessibility can sometimes feel like an afterthought. However, accessibility doesn’t just benefit users…Jan 11Jan 11
Priyanka Rodz10 common pitfalls a React Developer should avoidReact is a powerful library for building user interfaces, but even experienced developers can fall into common traps that lead to bugs…Jan 12Jan 12
Priyanka Rodz5 ways to optimise Application Bundle Size of your React appWhat is an Application Bundle?Jan 14Jan 14
Priyanka RodzOptimise React Application using Lazy Loading, Code Splitting, and SuspenseUnderstanding Lazy Loading, Chunking and Suspense in React and why should we use these techniques:Jan 28Jan 28