Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: >-

List rendering allows you to generate multiple elements from a collection of data, such as an array or object, where each element corresponds to an item in the collection.

When dealing with dynamic data, Solid offers two ways to render lists: the [`<For>`](/reference/components/for) and `<Index>` components.
When dealing with dynamic data, Solid offers two ways to render lists: the [`<For>`](/reference/components/for) and [`<Index>`](/reference/components/index-component) components.
Both of these components help you loop over data collections to generate elements, however, they both cater to different scenarios.

## `<For>`
Expand Down