Darshit Anjariadarshitanjaria.hashnode.dev·Dec 17, 2024I Used to Overload My Browser with Events – Here’s What I LearnedModern web applications often rely on high-frequency events such as scroll, resize, mousemove, or input to provide interactive user experiences. However, firing too many function calls for these events can degrade performance, strain network resource...JavaScript
Himanshu NikhareforSideQuirk Blogssidequirk.com·Dec 14, 2024Transforming Our Frontend: Navigating the Next.js and TypeScript EvolutionOur project is a web application built with Next.js and TypeScript, designed for scalability, performance, and user-friendliness. Currently, the application is transitioning from JavaScript to TypeScript, aiming for better maintainability, type safet...Frontend Optimization JourneyReact
Malay Patelmalaypatel.hashnode.dev·May 8, 2024Optimizing SVG Usage in React: Tips for Loading and Managing FilesDynamic Import: const dynamicImport = { "AccessTime": () => import('./assets/icons/access_time.svg?react'), "AccountBalanceWallet": () => import('./assets/icons/account_balance_wallet.svg?react'), "Add": () => import('./assets/icons/Add.s...SVG
Md Abdul Ahad Linkonlinkon63.hashnode.dev·Feb 28, 2024Improve Web Application Front-End PerformanceWeb Application Front-End Performance অনেক ইম্পরট্যান্ট একটা জিনিস, যদিও আমরা এই জিনিসগুলো অনেকটাই সময় ignore করে যাই। অনেকেই হয়ত জানি না আবার অনেকেই চিন্তা করি আমার ত প্রজেক্ট কাজ করছে এত কিছু চিন্তা করার কি আছে। কিন্তু ভাল একটা Application Develop...Web Development
Lesley Mashayalesleymashaya.hashnode.dev·Dec 15, 2023Top 5 Techniques for Creating Fast and Engaging User ExperiencesDevelopers build swift and engaging web experiences on the foundation of frontend optimization. In this comprehensive guide, we'll explore practical strategies aimed at accelerating web experiences while delving into hands-on insights for optimizing ...Code Minification
Mandlaiammandla.hashnode.dev·Jul 5, 2023Unleashing the ‘Need for Speed’ : A Guide to Web Application Performance OptimizationIntroduction In today's fast-paced digital landscape where every millisecond counts and user experience reigns supreme, the performance of your web application can make or break its success. Let’s take a quick thrilling journey and examine the art of...web performance