Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        




VueHooks


Collection of utility composition functions for Vue



NPM version

NPM Downloads
GitHub last commit
GitHub issues
Coverage Status
GitHub Workflow Status


## :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_