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: 3 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T10:25:28.000Z (over 1 year ago)
- Last Synced: 2025-02-02T23:13:17.092Z (4 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) | [](https://www.npmjs.com/package/react-laze) | [](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) | [](https://www.npmjs.com/package/preact-laze) | [](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) | [](https://www.npmjs.com/package/vue-laze) | [](https://codesandbox.io/s/github/lxsmnsyc/laze/tree/main/examples/vue-laze) | Vue demo |## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)