UNA & Quasar

I know for sure that there are problems with some components of the UNA interface. Do developers want to look towards universal solutions, for example this: https://quasar.dev/vue-components/

  • 450
  • More
Replies (2)
    • Component libraries always look sexy at first, but they do come with their own overhead. TO use something like Quasar we'd need to rebuild the UI in Vue, and rely to some extent on their update cycle, deal with their issues and carry around a whole new stack at the backend. 

      In fact, we already initiated a project with the same intentions - JOT - a new interface based on ReactJS and Ant.Design component library. We mostly went for React over Vue due to some of the Vue docos still not fully translated from Chinese. JOT stalled a bit as we are pushing for UNA 11 Altair release and Alexey refocused his attention to the Messenger more. We'll get back to it soon, though.

      • I read something about Ant Design, quote:

        "Of course, the Ant Design library is not without flaws. These include, for example, poor adaptation to mobile devices (there is even a separate Ant Design Mobile, but this is a completely different story). And yet, against the background of alternatives, this project stands out for its scale, consistency, a large set of ready-made solutions (there is even an official boilerplate for admin panels - Ant Design Pro). We recommend using Ant Design to quickly start projects that are not too demanding on web design, MVP versions, projects that do not involve a wide audience."

        Quasar is cross-platform and similar to the Bootstrap mesh, which I consider a great advantage. It looks great. But the last word is of course yours.

        Login or Join to comment.