codewithaneesa.hashnode.devβ‘οΈ Boosting React Performance with Memo and useCallbackHey everyone! π In this blog, Iβm excited to share my tips on optimizing performance in React. We've all experienced the frustration of unnecessary component re-renders, especially when a small change causes a cascade of unexpected errors. While Rea...Jul 17, 2024Β·4 min read
codewithaneesa.hashnode.devQueryQuest: RTK Made Simple πΊοΈHey everyone! π In one of my blogs, I delved into Redux Toolkit and explored how it makes your Redux experience a breeze. This time, Iβm excited to share a beginner's guide to a powerful add-on called RTK Query. Ready to dive in? Letβs go! π RTK Qu...Jun 11, 2024Β·5 min read
codewithaneesa.hashnode.devCSS Selectors Made Easy β¨Ever found yourself tangled in the intricate world of CSS? πΈοΈ Creating endless classes to style your elements and then losing track in the chaos? Believe me, Iβve been there tooβand sometimes, I still am. But discovering some powerful CSS selectors ...May 27, 2024Β·3 min read
codewithaneesa.hashnode.devSimplifying Redux with Redux Toolkit for React πHave you ever used React Redux and wondered if only it could have been easier to configure and didn't involve too much boilerplate code? Guess what this blog is just your solution to that. In this blog, I will provide a simple, quick and beginner's g...May 20, 2024Β·4 min read
codewithaneesa.hashnode.devDemystifying React Re-rendering π: A Beginner's GuideIn this post, I'll delve into how re-rendering works in React. Rendering a component in React essentially involves transforming components into UI interfaces that users can see and interact with. Re-rendering, on the other hand, means rendering a com...May 13, 2024Β·3 min read