This is the Linux app named react-window whose latest release can be downloaded as 2.0.2sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named react-window with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
react-window
DESCRIPTION:
React window works by only rendering part of a large data set (just enough to fill the viewport). This helps address some common performance bottlenecks. It reduces the amount of work (and time) required to render the initial view and to process updates. It reduces the memory footprint by avoiding over-allocation of DOM nodes. react-window is a complete rewrite of react-virtualized. If react-window provides the functionality your project needs, it is strongly recommend that you use it instead of react-virtualized. However if you need features that only react-virtualized provides, you have two options. Use react-virtualized. (It's still widely used by a lot of successful projects!). Or, create a component that decorates one of the react-window primitives and adds the functionality you need. You may even want to release this component to NPM (as its own, standalone package)!
Features
- Reduces the memory footprint by avoiding over-allocation of DOM nodes
- Reduces the amount of work (and time) required to render the initial view and to process updates
- You can add padding to the top and bottom of a list
- You can lazy load data for your lists
- You can attach custom properties or event handlers
- Adding a react-virtualized list to a CRA project increases the (gzipped) build size
Programming Language
JavaScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/react-window.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.