React Limitless is a micro-lib for virtualized scrolling in react
- 4kb! (minified)
- Other Features...
$ npm install react-limitlessWhat does react-limitless look like? This is the shortest and most concise example we could think of. Looking for more detail? Dive deep with the Annotated Demo Example
<Limitless data={data} />
)To suggest a feature, create an issue if it does not already exist. If you would like to help develop a suggested feature follow these steps:
- Fork this repo
$ yarn$ yarn run storybook- Implement your changes to files in the
src/directory - View changes as you code via our React Storybook
localhost:8000 - Make changes to stories in
/stories, or create a new one if needed - Submit PR for review
$ yarn run storybookRuns the storybook server$ yarn run testRuns the test suite$ yarn run prepublishBuilds the distributable bundle$ yarn run docsBuilds the website/docs from the storybook for github pages