🌱 Sonagi Garden
Tags Dev Design Life Graph
← 모든 태그

#suspense

8개의 노트

How to lazy load components in React

You can use React's `lazy()` function in conjunction with dynamic `import()` to lazily load a component. This is often combined with `Suspense` to dis...

2025년 10월 28일 dev

How To Lazy Load Components In React

You can use React's `lazy()` function in conjunction with dynamic `import()` to lazily load a component. This is often combined with `Suspense` to dis...

2025년 10월 27일 dev

Dynamic-import

In our chat application, we have four key components: `UserInfo`,

2025년 10월 27일 dev

Import-on-interaction

> tl;dr: lazy-load non-critical resources when a user interacts with UI requiring it

2025년 10월 27일 dev

Loading-sequence

**Note:** This article is heavily influenced by insights from the

2025년 10월 27일 dev

How to Lazy Load Components in React

Using React's lazy() function with Suspense to load components on demand and improve initial load time

2025년 1월 27일 dev

Lazy Loading Components

How to lazy load components in React using lazy() and Suspense

2024년 1월 15일 dev

Selective Hydration

How to use combine streaming server-side rendering with a new approach to hydration, selective hydration

2021년 9월 9일 dev

© 2025 Sonagi Garden. 청량하게 가꾸는 디지털 정원. | RSS