Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
benox3 committed May 7, 2019
1 parent 4524518 commit 8525bf6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# react-data-scroller

React component for scrolling large amounts of data efficiently

**This is currently a WIP and is not yet ready for production use. The API is
not stable and is still evolving. Use at your own risk!**

![Screen Capture](/docs/assets/data-scroller-capture.gif)

## Why?
react-data-scroller was originally designed as a drop in replacement for
[react-virtualized](https://github.com/bvaughn/react-virtualized) but focused
on preventing the constant mounting, unmounting and repainting of entire rows
that occurs. The focus is rendering your data in the most efficient way
which involves only rerendering (no unmounts/mounts and only minimal repainting)
of the rows and shifting the data around.

**Feature Checklist**
- [x] Column Groups
- [ ] Scroll handling from parent
- [ ] Horizontal Virtualization
- [ ] Freezing any columns (Not just left)
- [ ] Nested Groups
Binary file added docs/assets/data-scroller-capture.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8525bf6

Please sign in to comment.