Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lxsmnsyc/laze
- Owner: lxsmnsyc
- License: mit
- Created: 2021-06-19T08:12:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T10:25:28.000Z (11 months ago)
- Last Synced: 2024-10-12T22:43:36.810Z (2 months ago)
- Topics: lazy-evaluation, lazy-loading, preact, react, react-hooks, vue, vue-composition-api
- Language: TypeScript
- Homepage:
- Size: 946 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)