Can Capacitor be simply dropped-in to any stack to create a native Android/iOS app? #4759
Unanswered
ajaypillay
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey @ajaypillay, a few thoughts:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, before I actually take a deep dive into Capacitor this I have a few high-level questions I'd like some clarification on, so I know what to expect:
I read that Capacitor can be dropped in to any project as long as there's a
package.json
file. I am currently running a Meteor/React/Express/Apollo/MongoDB stack. Meteor comes bundled with Cordova to compile for Android and iOS already, but if Capacitor can be dropped in as a replacement would I be facing any problems with it?That being said, I am looking to migrate from Meteor to a NextJS/Express/React/Apollo/MongoDB stack (or some other combination of frameworks) instead. Would I be able to drop Capacitor in the same way to get up and running easily?
I don't quite understand why there's a PWA/Web section in the docs. Aren't all apps that are compiled through Capacitor essentially PWAs? They should work fine as PWAs just that they're compiled into native apps to be available on the respective app stores. Of course as an app they're not called PWAs because they're not available by navigating to some URL in a mobile browser.
Appreciate any insights, thank you.
Beta Was this translation helpful? Give feedback.
All reactions