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.

  • @[email protected]
    link
    fedilink
    7
    edit-2
    7 months ago

    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.

    • @secanaOP
      link
      67 months ago

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