6
Help needed: Make Vue UI reactive
(github.com)
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.