{"id":4151,"date":"2022-04-13T14:35:39","date_gmt":"2022-04-13T14:35:39","guid":{"rendered":"https:\/\/ionicframework.com\/blog\/?p=4151"},"modified":"2023-06-07T15:31:30","modified_gmt":"2023-06-07T19:31:30","slug":"how-to-convince-your-boss-to-choose-capacitor","status":"publish","type":"post","link":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor","title":{"rendered":"How to Convince Your Boss to Choose Capacitor"},"content":{"rendered":"<p>Hello there! \ud83d\udc4b You\u2019ve been tasked with finding the next platform to build your mobile app on and realized that Ionic makes some great tools for developers like you. Maybe you\u2019ve already <a href=\"https:\/\/ionicframework.com\/blog\/convince-boss-choose-ionic-app-development\/\">read our other post about choosing Ionic<\/a> but your company already has a design system to adhere to. Choosing Capacitor in an enterprise environment can be a big decision.<\/p>\n<p>Fortunately for you, Capacitor is perfectly capable of being used solo without any other Ionic tooling. After seeing the benefits, it\u2019s time for you to introduce your team to Capacitor and build your next production app. Choosing a new technology for a team can be a huge business decision. Fortunately, we\u2019ve compiled a list of reasons <em>we think<\/em> you should use Capacitor for building your next mobile application.<\/p>\n<p><!--more--><\/p>\n<h2>Capacitor is performant and built on existing web technologies<\/h2>\n<p>At its core, Capacitor is built on top of the native system WebViews. There have been huge performance increases on the web in the last five years. Capacitor performs <a href=\"https:\/\/ionicframework.com\/blog\/ionic-vs-react-native-performance-comparison\/\">similarly, if not faster<\/a> to React Native and other cross-platform solutions when rendering UI. When it comes to raw JavaScript performance, Capacitor allows access to the fastest JavaScript engines available on mobile. Capacitor uses V8 (JIT) on Android and Nitro on iOS. Compared to other, embeddable JavaScript engines, <a href=\"https:\/\/bellard.org\/quickjs\/bench.html\">V8 (JIT) is superior to every other option<\/a>. The days of slow web performance are behind us. Fast web performance is here to stay.<\/p>\n<h2>Capacitor could cut your required cost in half<\/h2>\n<p><a href=\"https:\/\/builtin.com\/salaries\/dev-engineer\/android-developer\">Android<\/a> and <a href=\"https:\/\/builtin.com\/salaries\/dev-engineer\/ios-developer\">iOS<\/a> engineers cost more than <a href=\"https:\/\/builtin.com\/salaries\/dev-engineer\/front-end-developer\">Frontend<\/a> engineers. Even if frontend developers were paid as much as their mobile counterparts, making two native applications requires two teams. Capacitor allows you to cut both your monetary and opportunity costs in half by having a single web-native team.<\/p>\n<h3>Feature parity, simultaneous releases, and live application updates<\/h3>\n<p>With <a href=\"https:\/\/ionic.io\/blog\/appflow\">Appflow<\/a>, Ionic\u2019s CI\/CD and <a href=\"https:\/\/ionic.io\/docs\/appflow\/deploy\/intro\">live update service<\/a>, you can deploy releases through the app stores and to mobile devices directly. Having two separate deploy processes means that your iOS application and your Android application may get out of sync. Maybe your app is stuck in Apple\u2019s review for weeks, while it was approved quickly in Google Play. With Capacitor + Appflow, you can utilize live updates to bypass the App Store review processes and <em>immediately<\/em> deploy changes to your application.<\/p>\n<h2>Capacitor is a Mature, Open Source project<\/h2>\n<p>Capacitor was created by Ionic, the team behind Ionic Framework, in late 2017 and hit a stable 1.0 in early 2019. Since then, we\u2019ve created two major releases and are actively working on a 4.0 release for later this year. The project is MIT-licensed, accepts contributions from the community, and is actively being developed on GitHub. If your company needs to add a feature to Capacitor, it is possible to open a dialogue with our team, create a pull request, and release your feature as a core part of Capacitor.<\/p>\n<h2>Capacitor does not abstract away your project structure<\/h2>\n<p>When using most other cross-platform solutions, you often lose easy access to the native developer tooling. Instead, you\u2019ll need to rely on a custom compiler, build scripts, and pipeline that restricts you to their ecosystem. When creating a project with Capacitor, you\u2019re creating a native Android project. Capacitor provides some easy-to-use tools with <a href=\"https:\/\/capacitorjs.com\/docs\/cli\">the Capacitor CLI<\/a> that allows you to change configurations about your project, but none of it is essential to your application\u2019s build process.<\/p>\n<h3>If you need to modify your native project, we won\u2019t stop you<\/h3>\n<p>Capacitor provides a scaffold for your native project and tools to easily update and modify it. But we won\u2019t shackle your project to a specific build tool or process. Because it is just a native Android or a native iOS project, you can continue using whatever tools your business is already providing.<\/p>\n<h3>Creating a native integration is easy<\/h3>\n<p>On top of the native project being unmodified, <a href=\"https:\/\/capacitorjs.com\/docs\/plugins\">Capacitor\u2019s Plugin API<\/a> allows you to easily eject to the native layer. And, if you have a native library your application needs to integrate with, <a href=\"https:\/\/capacitorjs.com\/docs\/plugins\/creating-plugins\">creating a plugin<\/a> that lives within your application will feel exactly the same as writing it in a native app. With a few annotations and a <a href=\"https:\/\/capacitorjs.com\/docs\/plugins\/workflow\">JavaScript interface to call from your web code<\/a>, your plugin will easily integrate into your application.<\/p>\n<h3>Capacitor provides existing native plugins too!<\/h3>\n<p>While it is very easy to create native plugins, Capacitor provides a set of core plugins that many applications would need. Things like camera, filesystem calls, maps\/geolocation, push notifications, and more all come with <a href=\"https:\/\/github.com\/ionic-team\/capacitor-plugins\/\">official support from Ionic<\/a>. Plus, if there isn\u2019t a plugin that Ionic has created, there are dozens of <a href=\"https:\/\/github.com\/capacitor-community\">Capacitor<\/a> and <a href=\"https:\/\/github.com\/danielsogl\/awesome-cordova-plugins\">Cordova<\/a> plugins maintained by the community that you can easily integrate into your application. If your business requires enterprise support, <a href=\"https:\/\/ionic.io\/resources\/articles\/ionic-advisory-service-for-enterprise-customers\">Ionic Advisory<\/a> provides code reviews, integration assistance, and professional support for these community plugins. We\u2019ll help you succeed in ways other vendors don\u2019t provide.<\/p>\n<h3>Other Cross-Platform Solutions are Domain Specific<\/h3>\n<p>Capacitor requires 95% web knowledge, and 5% mobile knowledge. A team of frontend engineers can quickly build a mobile app with the knowledge <em>they already have<\/em>. The only time you\u2019ll need to dive into the native code is when you are preparing for distribution on the <a href=\"https:\/\/capacitorjs.com\/docs\/ios\/deploying-to-app-store\">App Store<\/a> or <a href=\"https:\/\/capacitorjs.com\/docs\/android\/deploying-to-google-play\">Google Play<\/a>.<\/p>\n<p>With React Native, you\u2019d need to hire React Native developers. With Flutter, you\u2019d need to find an engineer that knows, or is willing to learn Dart; <a href=\"https:\/\/docs.flutter.dev\/resources\/faq#why-did-flutter-choose-to-use-dart\">a language specific only to Flutter<\/a>. But, with Capacitor, all you need is a web developer willing to put in a little extra effort for the mobile bits. The web is becoming more and more powerful every day. Why spend time learning a specific framework when you could use a powerful, existing platform?<\/p>\n<h2>Capacitor is stable and offers enterprise support<\/h2>\n<p>Businesses have different needs than developers. While React Native, Flutter, and Ionic all have thriving developer communities, <a href=\"https:\/\/ionicframework.com\/blog\/who-is-going-to-support-your-next-mobile-app-project-hint-not-react-native-or-flutter\/\">Who is going to Support your Next Mobile App Project?<\/a>. Often, businesses require an enterprise support contract to ensure that their development experience isn\u2019t impeded by a lack of communication between the platform builder and the platform user. Capacitor is built by Ionic, and is free, open-source software. However, if your company wants a safety net when developing on a platform, you aren\u2019t going to find it with any other cross-platform solution.<\/p>\n<h2>Capacitor has a large, welcoming community<\/h2>\n<p>Many developers in the Ionic community embrace Capacitor as the cross-platform runtime of their choice. If you\u2019re looking for learning materials for your team, the community <a href=\"https:\/\/www.youtube.com\/c\/AlanMontgomery\/videos\">has created<\/a> <a href=\"https:\/\/www.youtube.com\/user\/saimon1924\">excellent videos<\/a> and <a href=\"https:\/\/github.com\/robingenz\">built tons of Capacitor plugins<\/a>. Plus, Ionic has an <a href=\"https:\/\/forum.ionicframework.com\">official forum<\/a> and <a href=\"https:\/\/discord.gg\/UPYYRhtyzp\">Discord server<\/a> that has sections focused specifically on Capacitor. Having enterprise support is important, but a good community and good documentation are equally important. With Capacitor, you get both!<\/p>\n<h2>Capacitor is actively used by enterprise companies<\/h2>\n<p><a href=\"https:\/\/ionic.io\/resources\/case-studies\/disney\">Disney<\/a>, <a href=\"https:\/\/meetmaestro.com\/work\/southwest\/\">Southwest Airlines<\/a>, <a href=\"https:\/\/ionic.io\/resources\/case-studies\/interactive-gaming-company\">EA Games<\/a>, <a href=\"https:\/\/ionic.io\/resources\/case-studies\/bbc-games\">BBC<\/a>, <a href=\"https:\/\/ionic.io\/resources\/case-studies\">and more<\/a> are all actively using Capacitor in production today. While some of these companies utilize Ionic Framework for their UI framework of choice, all of them use Capacitor to drive their native application experience. All of these companies were able to quickly create production-grade mobile applications with the help of Capacitor.<\/p>\n<h2>Capacitor works with ANY web library<\/h2>\n<p>If your company has an existing <a href=\"https:\/\/stenciljs.com\/docs\/stencil-for-design-systems\">design system built with a tool like Stencil<\/a>, you\u2019re in luck! Capacitor works with React, Vue, Angular, Web Components, and more. Max Lynch, the CEO of Ionic, built a starter template that utilizes <a href=\"https:\/\/github.com\/mlynch\/nextjs-tailwind-ionic-capacitor-starter\">Next.js and Tailwind<\/a>. <a href=\"https:\/\/quasar.dev\/\">Quasar, a Vue UI Toolkit<\/a> has built-in support for exporting to Capacitor. Various templates for <a href=\"https:\/\/github.com\/MexsonFernandes\/nuxt-ionic-capacitor-app\">Nuxt<\/a>, <a href=\"https:\/\/github.com\/ionic-team\/capacitor-solidjs-templates\">SolidJS<\/a>, and <a href=\"https:\/\/github.com\/shipshapecode\/ember-cli-capacitor\">Ember.js<\/a> exist to help get you started with your favorite frameworks. If you\u2019re bringing your own web framework, <a href=\"https:\/\/capacitorjs.com\/docs\/getting-started\">adding Capacitor to your project<\/a> is a quick, three-step process: <a href=\"https:\/\/capacitorjs.com\/docs\/getting-started#adding-capacitor-to-your-app\">Install Capacitor\u2019s dependencies<\/a>, <a href=\"https:\/\/capacitorjs.com\/docs\/ios#adding-the-ios-platform\">add your desired<\/a> <a href=\"https:\/\/capacitorjs.com\/docs\/android#adding-the-android-platform\">mobile platform<\/a>, <a href=\"https:\/\/capacitorjs.com\/docs\/ios#running-your-app\">and<\/a> <a href=\"https:\/\/capacitorjs.com\/docs\/android#running-your-app\">run<\/a>.<\/p>\n<h2>What now?<\/h2>\n<p>So you\u2019ve shown your boss this article, and they have fallen in love with Capacitor! What\u2019s next? We have <a href=\"https:\/\/capacitorjs.com\/\">a site dedicated to Capacitor<\/a>, <a href=\"https:\/\/ionic.io\/resources\/case-studies\">case studies<\/a> of enterprise companies that have made the jump, and <a href=\"https:\/\/capacitorjs.com\/docs\/getting-started\">a guide for how to take your existing web application and turn it into a mobile app<\/a>. Hopefully, your company has been thoroughly convinced, and your team is ready! And if they want to know more about <a href=\"https:\/\/ionic.io\/contact\/sales\">how Ionic can support your company in the enterprise, we\u2019d love to chat with them<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello there! \ud83d\udc4b You\u2019ve been tasked with finding the next platform to build your mobile app on and realized that Ionic makes some great tools for developers like you. Maybe you\u2019ve already read our other post about choosing Ionic but your company already has a design system to adhere to. Choosing Capacitor in an enterprise [&hellip;]<\/p>\n","protected":false},"author":90,"featured_media":4174,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"publish_to_discourse":"0","publish_post_category":"26","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"545449","discourse_permalink":"https:\/\/forum.ionicframework.com\/t\/how-to-convince-your-boss-to-choose-capacitor\/222364","wpdc_publishing_response":"","wpdc_publishing_error":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[123],"tags":[151],"class_list":["post-4151","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-perspectives","tag-capacitor"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.0 (Yoast SEO v23.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Convince Your Boss to Choose Capacitor - Ionic Blog<\/title>\n<meta name=\"description\" content=\"Capacitor is capable of being used without any Ionic tools. We\u2019ve made a list of reasons you should pick Capacitor for making your next app.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Convince Your Boss to Choose Capacitor\" \/>\n<meta property=\"og:description\" content=\"Capacitor is capable of being used without any Ionic tools. We\u2019ve made a list of reasons you should pick Capacitor for making your next app.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor\" \/>\n<meta property=\"og:site_name\" content=\"Ionic Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-13T14:35:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-07T19:31:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"880\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Thomas Vidas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ThomasVidas\" \/>\n<meta name=\"twitter:site\" content=\"@ionicframework\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thomas Vidas\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#article\",\"isPartOf\":{\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor\"},\"author\":{\"name\":\"Thomas Vidas\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/person\/2191fc27ddf1fb0e68acad42e1f71bd2\"},\"headline\":\"How to Convince Your Boss to Choose Capacitor\",\"datePublished\":\"2022-04-13T14:35:39+00:00\",\"dateModified\":\"2023-06-07T19:31:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor\"},\"wordCount\":1413,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ionic.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png\",\"keywords\":[\"Capacitor\"],\"articleSection\":[\"Perspectives\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor\",\"url\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor\",\"name\":\"How to Convince Your Boss to Choose Capacitor - Ionic Blog\",\"isPartOf\":{\"@id\":\"https:\/\/ionic.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png\",\"datePublished\":\"2022-04-13T14:35:39+00:00\",\"dateModified\":\"2023-06-07T19:31:30+00:00\",\"description\":\"Capacitor is capable of being used without any Ionic tools. We\u2019ve made a list of reasons you should pick Capacitor for making your next app.\",\"breadcrumb\":{\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#primaryimage\",\"url\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png\",\"contentUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png\",\"width\":1600,\"height\":880,\"caption\":\"Capacitor Logo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ionic.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Convince Your Boss to Choose Capacitor\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ionic.io\/blog\/#website\",\"url\":\"https:\/\/ionic.io\/blog\/\",\"name\":\"ionic.io\/blog\",\"description\":\"Build amazing native and progressive web apps with the web\",\"publisher\":{\"@id\":\"https:\/\/ionic.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ionic.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ionic.io\/blog\/#organization\",\"name\":\"Ionic\",\"url\":\"https:\/\/ionic.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/10\/white-on-color.png\",\"contentUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/10\/white-on-color.png\",\"width\":1920,\"height\":854,\"caption\":\"Ionic\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/ionicframework\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/person\/2191fc27ddf1fb0e68acad42e1f71bd2\",\"name\":\"Thomas Vidas\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2021\/11\/avatar-thomas-150x150.jpeg\",\"contentUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2021\/11\/avatar-thomas-150x150.jpeg\",\"caption\":\"Thomas Vidas\"},\"sameAs\":[\"https:\/\/x.com\/ThomasVidas\"],\"url\":\"https:\/\/ionic.io\/blog\/author\/thomasionic-io\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Convince Your Boss to Choose Capacitor - Ionic Blog","description":"Capacitor is capable of being used without any Ionic tools. We\u2019ve made a list of reasons you should pick Capacitor for making your next app.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor","og_locale":"en_US","og_type":"article","og_title":"How to Convince Your Boss to Choose Capacitor","og_description":"Capacitor is capable of being used without any Ionic tools. We\u2019ve made a list of reasons you should pick Capacitor for making your next app.","og_url":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor","og_site_name":"Ionic Blog","article_published_time":"2022-04-13T14:35:39+00:00","article_modified_time":"2023-06-07T19:31:30+00:00","og_image":[{"width":1600,"height":880,"url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png","type":"image\/png"}],"author":"Thomas Vidas","twitter_card":"summary_large_image","twitter_creator":"@ThomasVidas","twitter_site":"@ionicframework","twitter_misc":{"Written by":"Thomas Vidas","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#article","isPartOf":{"@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor"},"author":{"name":"Thomas Vidas","@id":"https:\/\/ionic.io\/blog\/#\/schema\/person\/2191fc27ddf1fb0e68acad42e1f71bd2"},"headline":"How to Convince Your Boss to Choose Capacitor","datePublished":"2022-04-13T14:35:39+00:00","dateModified":"2023-06-07T19:31:30+00:00","mainEntityOfPage":{"@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor"},"wordCount":1413,"commentCount":0,"publisher":{"@id":"https:\/\/ionic.io\/blog\/#organization"},"image":{"@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#primaryimage"},"thumbnailUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png","keywords":["Capacitor"],"articleSection":["Perspectives"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor","url":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor","name":"How to Convince Your Boss to Choose Capacitor - Ionic Blog","isPartOf":{"@id":"https:\/\/ionic.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#primaryimage"},"image":{"@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#primaryimage"},"thumbnailUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png","datePublished":"2022-04-13T14:35:39+00:00","dateModified":"2023-06-07T19:31:30+00:00","description":"Capacitor is capable of being used without any Ionic tools. We\u2019ve made a list of reasons you should pick Capacitor for making your next app.","breadcrumb":{"@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#primaryimage","url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png","contentUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png","width":1600,"height":880,"caption":"Capacitor Logo"},{"@type":"BreadcrumbList","@id":"https:\/\/ionic.io\/blog\/how-to-convince-your-boss-to-choose-capacitor#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ionic.io\/blog"},{"@type":"ListItem","position":2,"name":"How to Convince Your Boss to Choose Capacitor"}]},{"@type":"WebSite","@id":"https:\/\/ionic.io\/blog\/#website","url":"https:\/\/ionic.io\/blog\/","name":"ionic.io\/blog","description":"Build amazing native and progressive web apps with the web","publisher":{"@id":"https:\/\/ionic.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ionic.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ionic.io\/blog\/#organization","name":"Ionic","url":"https:\/\/ionic.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ionic.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/10\/white-on-color.png","contentUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/10\/white-on-color.png","width":1920,"height":854,"caption":"Ionic"},"image":{"@id":"https:\/\/ionic.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/ionicframework"]},{"@type":"Person","@id":"https:\/\/ionic.io\/blog\/#\/schema\/person\/2191fc27ddf1fb0e68acad42e1f71bd2","name":"Thomas Vidas","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ionic.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2021\/11\/avatar-thomas-150x150.jpeg","contentUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2021\/11\/avatar-thomas-150x150.jpeg","caption":"Thomas Vidas"},"sameAs":["https:\/\/x.com\/ThomasVidas"],"url":"https:\/\/ionic.io\/blog\/author\/thomasionic-io"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2022\/04\/choosecap-feature-image.png","_links":{"self":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/4151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/users\/90"}],"replies":[{"embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/comments?post=4151"}],"version-history":[{"count":1,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/4151\/revisions"}],"predecessor-version":[{"id":5348,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/4151\/revisions\/5348"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/media\/4174"}],"wp:attachment":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/media?parent=4151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/categories?post=4151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/tags?post=4151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}