Skip to content

TMMF/virtualizable

Repository files navigation

virtualizable

Collection of components and utilities to easily and efficiently virtualize the DOM

Installation

TODO

Documentation / FAQ

TODO

Development

Running

To start, install dependencies:

npm i

From here, you can build the code with:

npm start

This will watch for changes in the code and rebuild as necessary. The build goes to /dist.

Then you can run either Storybook or one of the examples (within another terminal):

Storybook

npm run storybook

Examples

First cd into the example folder you want to run, then install dependencies with:

npm i

Then you can run:

npm start

This will run the example and will live reload as changes are made to the source or example code.

Building

If you need to create a one-off build, you can use:

npm run build

Validation

To run tests and validate changes to code, run:

npm run validate

Contribution

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages