Skip to content

Commit b1a0fb0

Browse files
atilafassinamangs
andauthored
clarify sentence with manually preloading
Co-authored-by: Eric L. Goldstein <3359116+mangs@users.noreply.github.com>
1 parent 203df8d commit b1a0fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/reference/component-apis

src/routes/reference/component-apis/lazy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: lazy
33
---
44

55
Used to lazy load components to allow for code splitting.
6-
Components are not loaded until rendered.
6+
Components are not loaded until rendered or manually preloaded.
77

88
```tsx title="app.tsx"
99
import { lazy } from "solid-js"

0 commit comments

Comments
 (0)