Apache Cordova VS Quasar Framework

Compare Apache Cordova vs Quasar Framework and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
Apache Cordova Quasar Framework
56 159
3,586 25,168
0.6% 0.8%
4.8 9.8
6 days ago 4 days ago
JavaScript JavaScript
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Apache Cordova

Posts with mentions or reviews of Apache Cordova. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-15.
  • PWAs wont replace native iOS apps
    2 projects | news.ycombinator.com | 15 Feb 2024
    Anyone have experience with/opinions on Apache Cordova? [1]

    It seems like it would solve most of the PWA issues. Although I vaguely recall reading that Apple is not too fond of apps that are basically just wrapped web views.

    [1] https://cordova.apache.org/

  • Why does everyone "suddenly" hate Single Page Apps?
    4 projects | dev.to | 21 Feb 2023
    A little over a decade ago, I worked on the open-source project Apache Cordova/Adobe PhoneGap, first at IBM and later at Adobe. Apache Cordova enables you to build mobile applications using HTML, CSS and JavaScript while targeting multiple platforms with one code base. In today’s technology landscape, mobile is dominated by iOS and Android. In the early 2010’s we were awash in mobile platforms from BlackBerry, Microsoft, Firefox, Tizen, etc. Targeting multiple platforms, including the web, from one codebase was a game changer for overworked development teams.
  • The right way to build multi platform apps in 2023 using web tech. ?
    8 projects | /r/webdev | 31 Jan 2023
    There are layers that offer access to native APIs like capacitor, cordova and nativescript. Apparently sometimes multiple of them should be used, but I didn't understand what are the differences even after reading the announcement. These seem to be frontend agnostic technologies and Capacitor is apparently the more modern choice at the moment.
  • How to bypass mobile app review thanks to Capacitor, Ionic, and micro frontends 🤯
    10 projects | dev.to | 23 Jan 2023
    To be honest, we have not only Capacitor but also Cordova which Capacitor is based on but because Capacitor is more popular, has better community, deals with some problems better, and works beautifully with Ionic Framework I will tell more in a second, I simply recommend Capacitor.
  • What's the best way to create a native phone app with web dev skills?
    3 projects | /r/webdev | 19 Dec 2022
    Ratchet, Ionic, Cordova.
  • App developer
    5 projects | /r/halifax | 27 Sep 2022
    Apache Cordova: If you know, or want to learn, web design, Cordova is what you want to go with as you can make native iOS and Android apps with this. Here are all the features they support by platform.
  • Phaser vs PixiJS for making 2D games
    7 projects | dev.to | 18 Aug 2022
    Browser games can be played on desktop or mobile devices; they may also be compiled to native mobile apps by using third-party tools such as Cordova. It's important that your 2D game has a responsive layout. Phaser has a Scale Manager that handles scaling, resizing, and alignment; it also has a full-screen mode. When using PixiJS, you need to create a responsive layout manually. This can be tricky with more complex layouts.
  • Input your website URL and it provides you with an android and iphone app you can directly upload to the app stores.
    3 projects | /r/InternetIsBeautiful | 9 Aug 2022
    Here's all the proof you need: https://cordova.apache.org/
  • React Native vs Flutter
    4 projects | dev.to | 5 Aug 2022
    The first such equalizer was the creation of PhoneGap by Nitobi in 2011. It was later acquired by Adobe, which turned it into Cordova. Cordova is a cross-platform open-source mobile app development environment. It allowed you to write apps using HTML, CSS, and JavaScript, converting them into code that interacted with the platforms' APIs. Sure, it provided cross-platform interoperability, but the platforms still treated it as a web element and, in essence, was neither a full web nor a fully native app.
  • EU negotiators agree new rules to rein in tech giants
    3 projects | /r/engineering | 20 Apr 2022
    Aside from Xcode? Xcode is great, but pretty heavily scoped with a steep learning curve. If you like a lighterweight IDE, you can use Atom - but there are so many ways to deploy to iOS these days if you don't want to do the heavy lifting of learning Swift or ObjC - for instance React-native, for instance. Or Cordova (remember when it was PhoneGap? Given you do not appear to know what you are talking about - no, I suspect you do not). Or (Ionic)[https://ionicframework.com/].

Quasar Framework

Posts with mentions or reviews of Quasar Framework. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-27.
  • Show HN: Quasar Prime: Vue.js Admin Template
    2 projects | news.ycombinator.com | 27 Mar 2024
    What does this bring that the Quasar framework doesn’t already? This sure looks like an ad for a barely preconfigured quasar template—but it’s impossible to tell.

    https://quasar.dev/

  • Ask HN: What framework/tools to use to build front end in 2023?
    6 projects | news.ycombinator.com | 11 Nov 2023
    I'm for Vue/Nuxt. While reading React code is fine, I found it easy to shoot myself in the foot (causing circular effects or getting no reactivity) in a way Vue didn't. Vue feels more explicit. I like React's TSX for embedding HTML, but Vue's splitting of model and view appeals to me. I'm torn on that one.

    Vue's ecosystem isn't as big, but it's an established framework. Both React and Vue feel easier to work with than Angular. RxJS is really cool, but also very comprehensive, making it difficult to keep the entire API in mind. At least for me, who only use it casually (used to use it more while at Google.) And on top of that, I have to know the Angular API. Angular used to be great for Material Design, but I nowadays there are MD packages for all systems.

    Nuxt is for Vue what Next is for React: SSR and SSG. It adds auto-imports, which is nice. At this point, I see no reason to use Vue alone, since there's always something that can be pre-rendered. Perhaps the frontpage, or help pages. Since Vue itself provides entrypoints for SSR, Nuxt is more of a file-structure based router that just simplifies things. The documentation is a bit sparse on e.g. the difference between a plugin and a module, and I usually resort to navigating their source to understand things. That might not be everyone's cup of tea.

    If what you're writing is a web app, there is also Quasar, built on top of Vue. Similar to Nuxt in that it ties in directory structure, build system and MVC framework. It is also a Material Design UI widget library. Their selling point is that you can build mobile apps, and web apps with the same library. I.e. like React Native. I felt it strays too far away from the core simplicity of Vue, unlike Nuxt, but it's no doubt a very capable framework.

    Finally, I'm currently using PrimeVue as the UI widget/theming library on top of Vue. It's okay. :\ Switched to it when the Vue Bootstrap project decided to to support Vue 3 (or whatever the situation was.) I haven't come across anything that's actively broken or missing. The companion library PrimeFlex provides layout CSS. Annoyingly, they've decided to close GitHub FRs, and some (far from all) bugs, and just keep track of them internally. Makes it more dificult to communicate, but I don't know their reasoning behind it (they didn't respond when I asked.)

    * https://vuejs.org/

    * https://nuxt.com/

    * https://vitejs.dev/

    * https://primevue.org/

    * https://primeflex.org/

    * https://quasar.dev/

  • 10 UI Libraries You Should Explore for Your Next Vue.js Project
    7 projects | dev.to | 29 Oct 2023
    3. Quasar Quasar is a versatile UI framework that allows you to build responsive websites, mobile apps, and desktop applications using a single codebase. It offers a wide range of components and utilities. Explore the Quasar website for more information.
  • An Overview of 25+ UI Component Libraries in 2023
    40 projects | dev.to | 10 Sep 2023
    Quasar: It does not consider itself a library, but more of a framework. That, in my eyes is a bit confusing as it is based on Vue, but the idea is that you can use it to create websites and apps, meaning it uses a CLI to generate different outputs for web, mobile, desktop, SPA (Single Page Apps), SSR (Server Side Rendering), and more.
  • Nuxt UI is one of the best UI libraries out there
    2 projects | dev.to | 7 Sep 2023
  • What framework/library/language has the best docs you've ever seen?
    2 projects | /r/webdev | 16 Jun 2023
    Quasar - https://quasar.dev/ - makes getting into an opinionated Vue setup painless
  • What tools do you use to convert Vue.js SPA to mobile apps?
    2 projects | /r/vuejs | 22 May 2023
    Check out https://quasar.dev/ :)
  • [Python] NiceGUI: Lassen Sie jeden Browser das Frontend für Ihren Python-Code sein
    9 projects | /r/aufdeutsch | 25 Apr 2023
    NiceGUI runs on top of FastAPI which allows you to add authentication, routing, OpenAPI specs, and other backend functionality to your projects. The frontend is implemented using Vue, Quasar, and Tailwind, but you don’t need to be familiar with these technologies to create beautiful user interfaces. NiceGUI prioritizes simplicity and user-friendliness, while still offering the option for advanced customization through its extensibility.
  • Welche Programmiersprache(n) für plattformübergreifende App?
    2 projects | /r/de_EDV | 27 Mar 2023
  • Mobile App Development for both iOS and Andriod
    2 projects | /r/vuejs | 20 Mar 2023
    Just use Quasar

What are some alternatives?

When comparing Apache Cordova and Quasar Framework you can also consider the following projects:

vuetify - 🐉 Vue Component Framework

primevue - Next Generation Vue UI Component Library

Nuxt.js - Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

react-native - A framework for building native applications using React

Ionic Framework - A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

element-plus - 🎉 A Vue.js 3 UI Library made by Element team

Tailwind CSS - A utility-first CSS framework for rapid UI development.

SvelteKit - web development, streamlined

vite - Next generation frontend tooling. It's fast!

naive-ui - A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.

jsoneditor - A web-based tool to view, edit, format, and validate JSON