Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lxsmnsyc/laze

Lazily render components
https://github.com/lxsmnsyc/laze

lazy-evaluation lazy-loading preact react react-hooks vue vue-composition-api

Last synced: 2 months ago
JSON representation

Lazily render components

Awesome Lists containing this project

README

        

# laze

> Lazily render components

## Packages

| Package | Version | Example | Notes |
| --- | --- | --- | --- |
| [`react-laze`](https://github.com/lxsmnsyc/laze/tree/main/packages/react-laze) | [![NPM](https://img.shields.io/npm/v/react-laze.svg)](https://www.npmjs.com/package/react-laze) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/lxsmnsyc/laze/tree/main/examples/react-laze) | React demo |
| [`preact-laze`](https://github.com/lxsmnsyc/laze/tree/main/packages/preact-laze) | [![NPM](https://img.shields.io/npm/v/preact-laze.svg)](https://www.npmjs.com/package/preact-laze) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/lxsmnsyc/laze/tree/main/examples/preact-laze) | Preact demo |
| [`vue-laze`](https://github.com/lxsmnsyc/laze/tree/main/packages/vue-laze) | [![NPM](https://img.shields.io/npm/v/vue-laze.svg)](https://www.npmjs.com/package/vue-laze) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/lxsmnsyc/laze/tree/main/examples/vue-laze) | Vue demo |

## License

MIT © [lxsmnsyc](https://github.com/lxsmnsyc)