jsmanifest logojsmanifest

Posts tagged “Performance

7 posts found

Code Splitting in 2026: Lazy Loading Done Right

Code Splitting in 2026: Lazy Loading Done Right

February 20, 2026

Learn how to cut your initial load time by 40% with modern code splitting strategies. From React.lazy to production-ready architectures, here's what actually works in 2026.

ReactPerformanceCode Splitting+2
10 JavaScript Performance Tips to Speed Up Your Web App

10 JavaScript Performance Tips to Speed Up Your Web App

February 19, 2026

Discover 10 practical JavaScript performance optimization techniques that will make your web applications faster, more responsive, and deliver a better user experience in 2026.

javascriptperformanceoptimization+1
Streams API: Processing Large Data Efficiently in JavaScript

Streams API: Processing Large Data Efficiently in JavaScript

January 19, 2026

Master JavaScript Streams API to process large files efficiently. Learn ReadableStream, WritableStream, and TransformStream with real examples.

javascriptstreamsperformance+2
5 Real-Life Node.js Worker Threads Use Cases That Will Save Your Event Loop

5 Real-Life Node.js Worker Threads Use Cases That Will Save Your Event Loop

January 14, 2026

Discover 5 production-ready Node.js Worker Threads use cases that solve CPU-intensive bottlenecks. Learn when async isn't enough with real code examples and benchmarks.

nodejsjavascriptperformance+1
Virtualization for Long Lists: Performance in JavaScript

Virtualization for Long Lists: Performance in JavaScript

January 11, 2026

Rendering 10,000 items? Virtualization reduces DOM nodes from thousands to ~50, transforming sluggish lists into butter-smooth experiences. Here's how.

javascriptreactperformance+2
The Power of Caching in JavaScript

The Power of Caching in JavaScript

January 18, 2022

As our applications become larger the need for performance grows. Performance can be achieved by caching. In this post we will go over powerful ways caching can improve the way you think and write efficient code.

javascriptcachecaching+5
2 Reasons Why You Must Understand Delegate Prototypes

2 Reasons Why You Must Understand Delegate Prototypes

July 23, 2019

This article will go over a known anti-pattern with delegate prototypes and also explain how to turn that around to improve your apps performance

javascriptprototypedelegate+4