🔥 (224) Looping Over a Range in Vue, Dynamic Returns, and Callbacks
Read this on my blog Hey! I recently got an email from Ritvik. He was so inspired by my free "Reactivity From Scratch" mini course that he decided to give this awesome talk on how reactivity works in Vue. So go watch it and leave some nice comments! Building Reactivity | Ritvik Sardana If you're interested in what inspired Ritvik so much, here are some more details on my free "Reactivity From Scratch" mini-course. We build a Composition API-inspired reactivity system from the ground up. In it, you will learn to build: ref reactive computed watchEffect readonly isRef unref toRefs shallowRef By the end you'll have deep knowledge on: Proxy-based reactivity Effect scheduling and cleanup ...and more! It's structured as a 7-day email course, so it's easy to keep up with a hectic schedule: Day 1: Build a basic reactivity system inspired by Vue 2, includ...