Skip to content

Introduction

Legend List is a fast and simple list library for React Native. Compared to FlatList and FlashList it’s faster, simpler, and has more features.

  • ✨ Extremely fast
  • ✨ Dynamic item sizes
  • ✨ Optional recycling
  • ✨ Recycling hooks
  • ✨ Chat list without inverting
  • ✨ Maintain content view position

Pre-release

Legend List is still pre-1.0. It is no longer experimental and we have not found any significant flaws, so we are currently testing and stabilizing it for release.

This documentation is still early.

Install

Usage

See Usage for details of how to use Legend list.

Community

Join us on Discord or Github to get involved with the Legend community.

Talk to Jay on Bluesky or Twitter.

Contributing

We welcome contributions! Please read our Contributing Guide on Github. And we welcome documentation PRs in our documentation repo.