Skip to content

Commit a9dfe72

Browse files
authored
Update README.md
1 parent 2786b21 commit a9dfe72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Forked from [mozilla-frontend-infra/react-lazylog](https://github.com/mozilla-fr
1616

1717
## Features
1818

19-
- Efficient scrolling performance thanks to [react-window](https://github.com/bvaughn/react-window)
19+
- Efficient scrolling performance thanks to [Virtua](https://github.com/inokawa/virtua)
20+
- Infinite scrolling thanks to [Virtua](https://github.com/inokawa/virtua)
2021
- Able to load large files upwards of 100MB without crashing the browser
2122
- Parses, colorizes, and styles ANSI escapes within content
2223
- Supports remote text files as well as chunked/streamed responses
2324
- Line highlighting
2425
- Customizable styling
2526
- Searching through log
26-
- Infinite scrolling
2727
- Works in latest browser versions, including iOS Safari and Android Chrome
2828
- TypeScript support
2929

@@ -163,7 +163,7 @@ own `LinePart` and styled separately (colors, text formatting, etc.) from the re
163163

164164
## Technology
165165

166-
- [React Window](https://github.com/bvaughn/react-window) for efficiently rendering large lines of data
166+
- [Virtua](https://github.com/inokawa/virtua) for efficiently rendering large lines of data
167167
- `fetch` API for efficiently requesting data with array buffers and binary streams
168168
- [ansiparse](https://www.npmjs.com/package/ansiparse) for nice log styling, like Travis
169169
- [mitt](https://www.npmjs.com/package/mitt) for dead-simple events to manage streaming lifecycle

0 commit comments

Comments
 (0)