this post was submitted on 04 Dec 2023
5 points (85.7% liked)
Vue.js
446 readers
9 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just to get the terminology right: Reactivity means that an app tracks data changes and updates it's view automatically. An app that adapts to different viewports is called responsive.
Thanks for correcting that. You are right, I want responsiveness not reactivity.