Skip to content
Open
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
Improve description of SectionList functionality
Clarified the explanation of SectionList usage.
  • Loading branch information
notahek authored Oct 22, 2025
commit 72e183630eb93093d60d5b4bb583b79bbb35c11e
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.82/using-a-listview.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const FlatListBasics = () => {
export default FlatListBasics;
```

If you want to render a set of data broken into logical sections, maybe with section headers, similar to `UITableView` on iOS, then a [SectionList](sectionlist.md) is the way to go.
If you want to render a set of a data of a broken data set into logical sections where it maybe with section headers, similar to `UITableView` on iOS, then a [SectionList](sectionlist.md) is the way to go.

```SnackPlayer name=SectionList%20Basics
import React from 'react';
Expand Down