Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsbroks/vuehooks
:gift: Extensive collection of composition functions for Vue
https://github.com/jsbroks/vuehooks
composition-api vue vuejs
Last synced: about 1 month ago
JSON representation
:gift: Extensive collection of composition functions for Vue
- Host: GitHub
- URL: https://github.com/jsbroks/vuehooks
- Owner: jsbroks
- License: mit
- Created: 2020-06-16T00:04:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:10:23.000Z (about 2 years ago)
- Last Synced: 2024-05-06T05:22:24.287Z (8 months ago)
- Topics: composition-api, vue, vuejs
- Language: TypeScript
- Homepage:
- Size: 3.03 MB
- Stars: 92
- Watchers: 9
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-3 - vuehooks - 🌟 Collection of utility composition functions for Vue (Packages)
README
VueHooksCollection of utility composition functions for Vue
## :rocket: Features
- **20+ composition functions** with more to come!
- **Bundler-friendly** only imports the functions you need.
- **Well-documented** and typed interfaces.
- **Zero-config** server-side rendering capability.
- **Self-contained** with no dependencies.
- **Backed by a team** using VueHooks in production.
- **Additional addons** such as vue-router, timeago, query, etc.
## :earth_americas: Ecosystem
- [@vuehooks/core](/packages/core) - Collection of essential hooks.
- [@vuehooks/query](/packages/query) - Hooks for fetching, caching and updating
asynchronous data.
- [@vuehooks/router](/packages/router) - Hooks for using VueRouter easier.## Alternatives
| Features | VueHooks | VueUse | vue-composable | vue-use-web |
| :-----------: | :------: | :-------: | :------------: | :---------: |
| Functions | 33 | 53 | 51 | 24 |
| Packages | 3 | 3 | 2 | 1 |
| Stars | 2 | 1.3k | 260 | 450 |
| Test Coverage | 42% | _unknown_ | 96% | _unknown_ |_last updated 12/08/2020_