Tag

Lazy

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 16, 2025 · Backend Development

Mastering Spring’s @Lazy: Speed Up Startup and Solve Circular Dependencies

This article introduces Spring's @Lazy annotation, explains its purpose and scenarios such as improving startup speed, breaking circular dependencies, and correctly injecting prototype beans, and provides five practical code examples while also announcing a continuously updated Spring Boot 3 case collection with a PDF ebook and source code.

JavaLazySpring Boot
0 likes · 10 min read
Mastering Spring’s @Lazy: Speed Up Startup and Solve Circular Dependencies
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 22, 2024 · Backend Development

Spring Dependency Injection Tricks: Optional, Provider, Collections, @Value & @Lazy

This article demonstrates various Spring dependency‑injection techniques—including Optional, ObjectProvider, Provider, arrays, collections, maps, @Value literals and SpEL expressions, as well as @Lazy proxies—showing the code and resulting bean representations for each approach.

JavaLazyObjectProvider
0 likes · 6 min read
Spring Dependency Injection Tricks: Optional, Provider, Collections, @Value & @Lazy
ByteFE
ByteFE
Apr 13, 2021 · Frontend Development

Streaming Server‑Side Rendering in React: Concepts, lazy, Suspense, and Implementation

This article explains the principles of streaming server‑side rendering (SSR) in React, compares it with traditional client‑side rendering, and demonstrates how lazy loading and Suspense can be used together with streaming SSR to parallelize data and JavaScript delivery for faster first‑paint and improved user experience.

LazyReactSSR
0 likes · 10 min read
Streaming Server‑Side Rendering in React: Concepts, lazy, Suspense, and Implementation
政采云技术
政采云技术
May 24, 2020 · Frontend Development

React.lazy and Suspense: Dynamic Component Loading and Error Handling in Frontend Development

This article explains how React.lazy and Suspense enable on‑demand component loading, describes the underlying webpack dynamic import mechanism, shows how to configure fallback UI and error boundaries, and provides practical code examples for modern frontend performance optimization.

Error BoundaryLazyReact
0 likes · 13 min read
React.lazy and Suspense: Dynamic Component Loading and Error Handling in Frontend Development