Found 38 repositories(showing 30)
Functional-style refs for Vue reactivity.
posva
Make $refs reactive so they can be used in computed properties and watchers
infinite-system
Vue component for live display of Vue Refs, Reactive objects, primitives and JavaScript objects
vuesence
Performance benchmark for Pina vs. Vue 3 Ref/Reactive
hcg1023
vue ref value object to reactive
rainxh11
.NET Reactive Types that provide similar functionalities inspired from: (reactive, ref & computed) found in Vue.js
avalynx
AvalynxRef is an implementation of a reference (Ref) system, similar to Refs in React or Vue, designed for updating DOM elements with a specified value. This facilitates a reactive linkage between JavaScript data and the user interface.
sroxck
vue reactivity ref learn from zz
joss12
Minimal reactivity engine — Proxy-based state, effects, computed, watch, and refs, inspired by Vue 3 core.
ohdreey
Galerie de photos réalisée avec Vue.js. Les images défilent grâce à des boutons “+” et “-”. Les données sont réactives et le carrousel est construit avec ref et computed.
josefer09
Proyecto donde pongo en practica temas fundamentales en Vue, como lo es la Options API y Composition API, los watchers, las funciones compute, los state con ref y reactive, etc.
erfan-sadeghiii
Built with Vue 3 using <script setup> syntax for cleaner and more efficient code. Modern state management with Composition API (ref, reactive, computed). Custom hooks and reusable composables for better logic organization. Dynamic routing with Vue Router. Responsive UI with CSS/Bootstrap.
JoneCoder
Vue js tutorial full course for beginners to advanced. Building 10 projects in 10 hours Using Vue 3 composition API - setup, teleport, reactivity, and ref Vue 3 Tutorial will start from very basics and teach you how to use TensorFlow and firebase with your vuejs in this full course of 10 hours by building 10 different apps
solokia
Testing around with vue quasar ref reactive
No description available
paleeeeeeenoo
Vue 3 practice project with ref and reactive
vuefrag
Vue 3 reactive conversion of string/ref to number
vuefrag
Vue 3 utility converting ref to reactive proxy object
HrishikeshKarale
vue composition api setup, teleport, reactivity, ref tensweflow and firebase
YooHyeok
Vue3(vue cli) 문법 맛보기 - CompositionAPI ~ ref, reactive 반응형 변수 까지
bubu-bin
A simple Vue-like reactivity system implemented in vanilla JavaScript. This project demonstrates core concepts such as refs, reactive objects, and effect tracking, mimicking Vue's reactivity principles using basic JavaScript functionalities.
MaxDronCode
Conceptos básicos de VUE (ref, reactive, v-bind, v-if, v-show, v-on, v-for)
xenon1919
Code snippets and examples focused on practicing Vue.js ref and reactive usage for managing state and DOM references.
mayerga
Vue 3 y su ecosistema como Vue Router, Pinia, Composables, VueFire y más. Creando REST APIs con el MEVN Stack. APIs reactivas como Ref, Reactive, Watches y Computed.
haloglu
Vue.js application for managing notes with a modal for adding new notes and the ability to delete notes. The notes are displayed as cards with randomly generated background colors. Uses Vue 3 composition API with refs and reactive variables.
majidzeno
"Composition-Workshop" covers hands-on exercises for Vue.js Composition API including setup & reactive refs, methods, computed props, lifecycle hooks, and watch. Sharpen your Vue.js skills with practical examples and learn to write more organized, modular and scalable code
JoelGRod
Vue fundamentals project for demonstration purposes. Composition API, composables, HTTP requests, Lifecycle hooks, reactive vs ref, forms - vmodel, keep-alive and troubles, watchers, onBeforeRouteLeave, slots, named slots
Raymondcoder27
Vue JS application to demonstrate working with the vue 3 composition api in various use cases like refs, reactive objects, methods, computed properties, watchers, modals, routes, routers. This particular repository doesn't use any state management tool, data is passed around using props and provide & inject.
This repository serves as a comprehensive Vue.js tutorial covering essential topics including ref, modifiers, non-reactive data management, watchers, slots, multiple slots, teleportation, lifecycle methods and routing.
saifu-r
Vue 3's Composition API enhances code organization, fostering modularity through composition functions like reactive and ref. Simplify and maintain your component logic with this flexible and reusable approach.