Neha GuptaUtilizing CDN for Optimizing Code Splitting DeliveryLet’s understand the concepts of code splitting and using a Content Delivery Network (CDN) to optimize delivery performance:2d ago1
AkashSDasCode Splitting in React w/ ViteIf you’ve a large application and you’re trying to keep the performance budget under 100kb for the initial page load, then you would…Jun 11
Dzmitry IhnatovichOptimizing React Apps with Code Splitting and Lazy LoadingPerformance optimization is a critical challenge in modern web development. React’s built-in support for code splitting and lazy loading…Nov 30Nov 30
XiaojingSemantic Code SearchThere’s been a lot of buzz lately about Cursor, particularly its codebase indexing feature. This feature turns Cursor into a context-aware…Sep 28Sep 28
Pradika Fitra PratamaSplit build chunk experiment: Vite + ReactjsSince my first day building this system, I never expected to think about this kind of problem.Nov 6Nov 6
Neha GuptaUtilizing CDN for Optimizing Code Splitting DeliveryLet’s understand the concepts of code splitting and using a Content Delivery Network (CDN) to optimize delivery performance:2d ago1
AkashSDasCode Splitting in React w/ ViteIf you’ve a large application and you’re trying to keep the performance budget under 100kb for the initial page load, then you would…Jun 11
Dzmitry IhnatovichOptimizing React Apps with Code Splitting and Lazy LoadingPerformance optimization is a critical challenge in modern web development. React’s built-in support for code splitting and lazy loading…Nov 30
XiaojingSemantic Code SearchThere’s been a lot of buzz lately about Cursor, particularly its codebase indexing feature. This feature turns Cursor into a context-aware…Sep 28
Pradika Fitra PratamaSplit build chunk experiment: Vite + ReactjsSince my first day building this system, I never expected to think about this kind of problem.Nov 6
InPicus Security EngineeringbyOmer ErgunReact Performance Optimization and BundlingCode splitting gives an opportunity for “lazy loading” code blocks on a different files which means the code blocks that is required…Dec 7, 2023
Sayan PramanickLazy Loading Components in React for Better PerformanceAs a frontend developer working with React, one of the key lessons I’ve learned is the importance of optimizing performance, especially as…Oct 21
Shrihari MuraliCode Splitting in React: Optimize Performance by Splitting your CodeCode splitting is an essential technique in modern web development to optimize the performance of React applications. It allows you to…Aug 28, 2023