Skip to content

Commit a84ad34

Browse files
Update README.md
1 parent 85ba029 commit a84ad34

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ Enjoy this library? Try them all! [React Table](https://github.com/tannerlinsley
3636
<img alt="" src="https://badgen.net/bundlephobia/minzip/react-virtual@latest" />
3737
</a>
3838

39-
<!-- ## Used By
40-
41-
> _These analytics are made available via the awesome [Scarf](https://www.npmjs.com/package/@scarf/scarf) package analytics library_ -->
42-
4339
## Examples
4440

4541
- Fixed Rows/Cols/Grid- [CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-virtual/tree/master/examples/fixed) - [Source](./examples/fixed)
@@ -159,8 +155,6 @@ $ npm i --save react-virtual
159155
$ yarn add react-virtual
160156
```
161157

162-
> React Virtual uses [Scarf](https://www.npmjs.com/package/@scarf/scarf) to collect anonymized installation analytics. These analytics help support the maintainers of this library. However, if you'd like to opt out, you can do so by setting `scarfSettings.enabled = false` in your project's `package.json`. Alternatively, you can set the environment variable `SCARF_ANALYTICS=false` before you install.
163-
164158
# Why?
165159

166160
React Virtual's most distinguishing feature is that it's just one single custom hook instead of a set of components. In more trendy terms, this means that it is "headless", allowing you to control 100% all of the markup and styles, exactly how you want.

0 commit comments

Comments
 (0)