Virtualizer a weirdo component
We've implemented three components which can handle large list views excellent. Those are,
It will work nicely in both Dynamic and Static size environments. Lets dive into them's usage and information.
Installation procedure
npm install @zohodesk/virtualizer
To run examples
- Clone this repo
- Navigate to examples folder
- Then run
npm install
command andnpm run start
- The examples will run your local machine on 9090 that is default port.
- You can change the port through the CLI like
npm run start 5000
when start the server.
Contribution guide
- Sure, you can contribute here to develop most tough components.
- Make sure you have'd docs, unit test cases and examples for your contributed component before raise the merge request.
- Also you can fix the bugs and raise the issue here in issues panel.
Happy Coding!