Skip to content

Commit c465caf

Browse files
committed
doc upd
1 parent d8ac3ab commit c465caf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Similar to [react-virtualized](https://github.com/bvaughn/react-virtualized), bu
1414
- It just works
1515
- ~0.5kb gzipped
1616

17-
Currently only fixed item sizes supported, but will dynamic sizing later.
17+
Currently only fixed item sizes supported, but will add dynamic sizing later.
1818

1919
Components & hooks in this library will automatically find all containers with overflows and render only visible items.
2020
So you could stack and wrap your list in anyway you want, everything will work.
2121

2222
You also could use some parts of this library for example to calculate only visible on screen rect of element.
2323

24+
This library track only scroll/resize/orientationchange events (on capture phase), so if you resize some wrapper with overflow through styles, you should use hooks and call recalculation manually.
25+
2426
![](./important.jpg)
2527

2628
```

0 commit comments

Comments
 (0)