Tom Conneely
  • Home
  • About
  • Contact
  • Community Guidelines
Sign in

KnockoutJS

Migrating From Durandal to Vue: Use shallowRefs Instead of refs When Replacing KnockoutJS Observables

When converting the application I'm working on from Durandal to Vue I had to learn the differences between how Knockout and Vue handle reactivity. This doesn't apply to all instances but it is something to consider when converting objects that contain KnockoutJS observables [https://knockoutjs.com/
Tom Conneely Jul 15, 2022

Migrating from Durandal to Vue: Adding Items to shallowRef Array in Vue.js

While doing the conversion from the KnockoutJS/Durandal application to Vue.js I had to convert the observableArrays into shallowRef arrays. The reason I used shallowRefs instead of refs is because I did not need deep reactivity for the objects and shallowRefs fulfills this requirement. However, I ran into an
Tom Conneely Jul 14, 2022

Subscribe to Tom Conneely

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
Tom Conneely © 2025. Powered by Ghost