9.22.4 • Published 11 months ago

@automattic/react-virtualized v9.22.4

Weekly downloads
1,211
License
MIT
Repository
github
Last release
11 months ago

Automattic fork of react-virtualized.

This fork exists as a way of avoiding a dependency on @babel/runtime, which forcibly pulls in polyfills even where they are not required. In order to achieve this, the build is modified to perform minimal transpilation, with JSX preserved. These modified sources can then be transpiled further as needed by the consumer.

Upstream

See the main react-virtualized project for anything unrelated to this fork.