APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →
Vueuse Alternatives
Similar projects and alternatives to vueuse
-
-
Puter.js
Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

-
-
-
core
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)
-
Directus
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
-
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

-
-
-
-
-
-
-
todomvc
Helping you select a JavaScript framework - Todo apps for React.js, Angular, Vue and many more
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

vueuse discussion
vueuse reviews and mentions
-
React Hooks vs Vue Composables: Complete Comparison for 2026
Developers moving between React and Vue frequently search for equivalent patterns. Vue's ecosystem has VueUse, a collection of 200+ composables that has become the gold standard for reusable logic. React developers looking for the same breadth of utility hooks now have ReactUse, a library of 100+ hooks directly inspired by VueUse's design philosophy.
-
Exploring the Vue.js Ecosystem: Tools and Libraries That Make Development Fun
VueUse is packed with handy functions that enhance your Vue components. From managing mouse movements to simplifying form handling, VueUse makes your development toolkit richer. Best of all, there’s literally no cost to adding it to every new application. It’s tree-shakable composables only add to your bundle what you actually use.
-
Svelte 5 is not JavaScript
Here's an example of a Vue composable: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
Here is an example of how it's used: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
And the unit tests: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
Another one from the same lib: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
Unit test: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
-
How to use an object with v-model in Vue
Extracting this logic into a reusable composable is a great way to streamline the process. But here’s the good news: we don’t even need to do that! The useVModel composable from VueUse handles this for us!
-
Top 10 Vue.js libraries you should be using in 2025
Vue Use is a collection of essential Vue Composition Utilities for Vue 2 and 3. It is a library that provides a set of reusable functions and utilities to help developers build Vue applications more efficiently and effectively.
-
2024 Nuxt3 Annual Ecosystem Summary🚀
Document address: VueUse Official Document
- React v19 has been released
-
Don’t reinvent the wheel! Or utility libraries for Vue and React applications
For Vue — it is, for example, vueuse. (vue utility functions)
-
Ask HN: Learn React or Vue?
My opinion: Vue, specifically the Vue 3 Composition API. Most of your app state should come from computed() values. Bookmark https://vueuse.org and come back to it often. Go through VueUse's source (the docs for each function link to their source): you'll be surprised at how simple most of it is, and it stands as documentation of best practices for using the composition API in general.
- Useful Vue Utils with VueUse
-
A note from our sponsor - AppSignal
www.appsignal.com | 3 Aug 2026
Stats
vueuse/vueuse is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of vueuse is TypeScript.