https://github.com/diasbruno/instance-provider
Manage class instances.
https://github.com/diasbruno/instance-provider
Last synced: about 2 months ago
JSON representation
Manage class instances.
- Host: GitHub
- URL: https://github.com/diasbruno/instance-provider
- Owner: diasbruno
- License: unlicense
- Created: 2021-10-30T18:26:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T20:34:30.000Z (over 3 years ago)
- Last Synced: 2025-04-01T19:59:21.261Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# instance-provider
Not a new idea...
Manage instantiation and lifetime of classes.
This project is intended to help users to instantiate correctly
and automatically handle their lifetime.## usage
[React codesandbox](https://codesandbox.io/s/using-instance-provider-with-react-dxi9v)
[Vue codesandbox](https://codesandbox.io/s/using-instance-provider-with-vue-w4b85)## license
Unlicense (see [LICENSE](https://github.com/diasbruno/instantiator/blob/main/LICENSE))