Help needed: Make Vue UI reactive

https://github.com/kellnr/kellnr/issues/145

Hi Vue professionals! I'm the maintainer of Kellnr, the registry for Rust crates. I've created a UI in Vue, but my frontend skill are minimal. I would like to make the UI reactive to look good on mobile screens, too.

Is here some brave soul that can help me? I have no idea where to start.

5 points · 2 comments · view on lemmy.world

2 Comments

doeknius_gloek@feddit.de · 6 pts · 2y (1 reply)

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.

secana@programming.dev · 6 pts · 2y

Thanks for correcting that. You are right, I want responsiveness not reactivity.