Başar Özcan

Frontend Developer @ Virail

Berlin, 🇩🇪 Germany

I’m a Full-Stack Developer who loves building web applications with using Vue, Astro and sometimes Laravel. I'm also Co-Founder of wedding site creator service for Turkish couples, named dugunmuvar.com.

ℹ Summary of my life: 📚 Lifetime Learner, originally ⛵ Shipbuilding Engineer, 🏂 Snowboarder and 🧱 LEGO fan. Father of 2 kids 👦 Atlas and 🐈‍⬛ Sans

Find out more content in my Blog

View all posts »

I'm writing about my experiences, tutorials and useful resources about web development, Vue and Astro. Sometimes about my hobbies and life.

Vue Tip: Getting the preveious value of computed property

Vue Tip: Getting the preveious value of computed property

In Vue's documentation I realised something I never see before. It's about getting the previous value of a computed property. Generally I was achieving this by using a `watch` function. But Vue has a better way to do this. Let's jump into it.