Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/profusion/lazy-component
Lazy loading in React components
https://github.com/profusion/lazy-component
Last synced: about 2 months ago
JSON representation
Lazy loading in React components
- Host: GitHub
- URL: https://github.com/profusion/lazy-component
- Owner: profusion
- Created: 2022-01-19T11:18:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T16:42:47.000Z (over 2 years ago)
- Last Synced: 2024-11-04T02:33:02.493Z (about 2 months ago)
- Language: TypeScript
- Size: 464 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lazy Component
This project provides a simple way to create lazy components.
# Installation
```sh
$ npm i @profusion/lazy-component$ yarn add @profusion/lazy-component
```