Skip to content

Commit a9cec3c

Browse files
author
Claudéric Demers
authored
Added CodeSandbox links
1 parent b461b1e commit a9cec3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* **Supports fixed** or **variable** heights/widths
2222
* **Vertical** or **Horizontal** lists
2323

24-
Check out the [demo](https://clauderic.github.io/react-tiny-virtual-list/) for some examples.
24+
Check out the [demo](https://clauderic.github.io/react-tiny-virtual-list/) for some examples, or take it for a test drive right away in [Code Sandbox](https://codesandbox.io/s/kymm7z9qr).
2525

2626
Getting Started
2727
---------------
@@ -99,7 +99,7 @@ This method force recomputes the item sizes after the specified index (these are
9999
However, if you're passing a function to `itemSize`, that type of comparison is error prone. In that event, you'll need to call `recomputeSizes` manually to inform the `VirtualList` that the size of its items has changed.
100100

101101
## Reporting Issues
102-
Found an issue? Please [report it](https://github.com/clauderic/react-tiny-virtual-list/issues) along with any relevant details to reproduce it.
102+
Found an issue? Please [report it](https://github.com/clauderic/react-tiny-virtual-list/issues) along with any relevant details to reproduce it. If you can, please provide a live demo replicating the issue you're describing. You can [fork this Code Sandbox](https://codesandbox.io/s/kymm7z9qr) as a starting point.
103103

104104
## Contributions
105105
Feature requests / pull requests are welcome, though please take a moment to make sure your contributions fits within the scope of the project. [Learn how to contribute](https://github.com/clauderic/react-tiny-virtual-list/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)