Expo vs React Native

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 50

  • @nkemcels
    @nkemcels 4 роки тому +26

    I've never used expo for any of my react native projects and thanks to this discussion, I even have more reasons not to do so 😅.

    • @thisweekinreact
      @thisweekinreact 4 роки тому +9

      you should definitively reconsider, ejected Expo is better than plain RN to me for many reasons

    • @yalcinozer4434
      @yalcinozer4434 4 роки тому

      Same. There is already a layer between React Native and native codes. Of course there maybe some advantages of Expo, but adding another layer makes things more complicate. I started reading Android Docs to grasp mobile development better, to remove limitations of RN, at least for android :-)

    • @andayismayilzade1897
      @andayismayilzade1897 4 роки тому +3

      @@thisweekinreact Can you please mention some of them?

    • @denysmorozov8479
      @denysmorozov8479 3 роки тому

      @@thisweekinreact Yes please. Mention these reasons...

  • @IFone456
    @IFone456 4 роки тому +4

    i used expo when i was learning react native, then never again, but it's actually super cool, I should try it again

  • @alexkey9372
    @alexkey9372 3 роки тому +1

    2:20 agree completely. you'd have a hard time integrating native modules with expo if they're needed.

  • @TheCodingOdyssey
    @TheCodingOdyssey 4 роки тому +3

    I like this discussions. Keep doing them.

  • @thisweekinreact
    @thisweekinreact 4 роки тому +7

    Not really agreeing that Expo is more complicated than plain RN for advanced, non MVP apps.
    I don't build top10 appstore apps but I don't see any reason to not start most apps using Expo in 2020:
    - OTA and quality modules are pre-installed for you in a good way
    - Ejecting is not more complicated than raw RN
    - You can still run in Expo client after ejecting by stubbing the extra native libs you need
    - OTA still works after ejecting
    - It's easier to upgrade an Expo ejected app: upgrade the Expo SDK, delete platform code, re-eject, compare with git diff: much easier than going through changelogs
    - Web support
    - Deploy previews / QRCode
    - ...
    I'd rather do the opposite and ask what exactly are the advantages to go first with a naked RN app rather than a Bare expo app.
    In both cases, you can install/remove native code.
    I also have migrated an app from RN to Expo.
    By chance, the equivalent APIs existed in Expo so it became a managed Expo app, but I could have made it a bare Expo app, would still have interesting benefits (OTA, QRCode, app deploy previews on PRs, keep ability to run in Expo client)

    • @thisweekinreact
      @thisweekinreact 4 роки тому +1

      @Karl Marx Lopez that's true, Expo is not suitable for React-Native-Library, Firebase or other "core libraries" like Realm and things like that, but they are likely to fix that. However for other cases I don't think it's for MVP/POC
      And having an Expo ejected app does not forbid you from setting up Fastlane/Bitrise, it comes in addition to OTA.

  • @MrChickenpoulet
    @MrChickenpoulet 4 роки тому +1

    I'm really new to this ecosystem, and really lost too about expo vs not expo.
    In the industry, is expo not used as a lot of people seems to say that expo is ""only"" for prototyping ?

    • @JasonBoyce
      @JasonBoyce 3 роки тому +1

      I think it depends on the app. I’ve been working with a team that’s been making a more bare bones app that’s mostly a library of web pages that are available offline. The development team has been using Cordova and Vue because it’s not a complicated app. They can export both android and iOS from the same base templates.
      If you’re not doing anything that complicated, then expo is great because it simplifies things. If your app is, for example, a native shell for a website, then use expo. You’ll know when you need to eject and go to native cli

  • @stancobridge
    @stancobridge 4 роки тому +3

    Hello William, this is a nice topic, but if you can be showing some code previews, screenshorts, notes from articles online and examples it will make the contents of the video great

  • @arrowfunction3200
    @arrowfunction3200 4 роки тому

    whats the final result which one should we choice

  • @kayodeayelegun6279
    @kayodeayelegun6279 4 роки тому +7

    I totally relate to this. Ejecting an expo app can be hell 😅. Love these discussions, William. Keep them coming!

    • @thisweekinreact
      @thisweekinreact 4 роки тому

      How can ejecting be more hell than a raw RN project? what is more complicated exactly?

  • @TZCoder
    @TZCoder 4 роки тому

    Systems like Visual Studio App Center allow automatic building and distribution of RN CLI Apps and native Apps, it can build and distribute on every push, not as seamless as Expo but largely solves the issue you have brought up.

  • @modmod8514
    @modmod8514 4 роки тому

    Its nice to hear you two talking

  • @kemy0x0
    @kemy0x0 4 роки тому +1

    Yeah, it was quite difficult before.
    Now, bare workflow is awesome.
    But when there was Expokit, it was extra platform I had to learn. I couldn't fix bug without patching to Expokit.

  • @stevenkleinert3739
    @stevenkleinert3739 4 роки тому

    really depends what your app is supposed to do, if expo fits the bill why not, you will likely always hit a wall with expo eventually

  • @span8898
    @span8898 4 роки тому

    Tu as des tutos en français?

  • @FlushNorris
    @FlushNorris 4 роки тому +10

    Would prefer native react native over Expo any day of the week, more control and its just clean... Hopefully William will skip using Expo in his demos in the near future ;)

  • @vinothv1720
    @vinothv1720 3 роки тому

    Hi. I use expo as I've only the low end pc configuration... While building a standalone app from expo, the size is much much bigger...
    Please, please, 🙏🏻 I need a video on reducing size of expo app without using Android studio or virtual device....
    I can't switch to react native cli... Please, a video on it.

    • @wcandillon
      @wcandillon  3 роки тому

      did you try eas build to reduce the size of the managed app? See ua-cam.com/video/hhOAK9Rk1pk/v-deo.html

  • @burhan3759
    @burhan3759 4 роки тому

    Expo have many cool library that can be used with Bare RN.. I still use bare RN bcus of some constrain from Expo.. did not use expo for few years now.. maybe i should try expo again

  • @ghiscode5306
    @ghiscode5306 3 роки тому

    Comment diminuer la taille d'une application Expo

    • @wcandillon
      @wcandillon  3 роки тому +1

      maintenant avec eas build ou run:ios android tu has juste lencode natif dont tu as besoin regarde du coté de SDK 42

    • @ghiscode5306
      @ghiscode5306 3 роки тому

      @@wcandillon merci beaucoup. Je viens de migrer sous expo 42.

    • @ghiscode5306
      @ghiscode5306 3 роки тому

      @@wcandillon Je peux devenir votre élève svp !!!

  • @Askbowe
    @Askbowe 3 роки тому

    this was a great talk... i enjoyed it

  • @gabrielaleme2460
    @gabrielaleme2460 4 роки тому +3

    What is your take on flutter vs react native?

    • @srikanthsethumadhavan5450
      @srikanthsethumadhavan5450 4 роки тому

      Now that Fuschia OS is open to public, it would be interesting to know the future of RN

    • @kyalin3396
      @kyalin3396 4 роки тому

      Sad thing is that a new competitor will come soon -KMP, React native might sustain quite long as react is omnipresent in the tech industry in terms of jobs and usage and experienced typescript/js devs are in abundant compared to dart. But i am really excited about writing Kotlin for both ios and android :D so unless flutter brings it's stable web version, it might even disappear slowly like angular even before overtaking react.

    • @fooked1
      @fooked1 4 роки тому +3

      Flutter needs to get serious about their web game and adopt an XML/HTML style syntax for their UI along with CSS support. Until then, React + RN is still the better choice.

  • @thespacejedi
    @thespacejedi Рік тому

    Damn I remember watching this when it first came out 😂 expo is the way now

  • @dibayuin7859
    @dibayuin7859 4 роки тому +2

    for profesional project I prefer to use react native CLI

  • @alexfrozen
    @alexfrozen Рік тому

    Expo guys can explain benefits over RN cli, but RN cli guys always tell about some benefits from other universe like religion. Some emotional messages covered by unconstructive messages.

  • @case6339
    @case6339 4 роки тому +1

    I hate that React Native tries to shove expo to devs all over the place. Imo they should be decoupled as far as possible if RN to be free and independent.

    • @thisweekinreact
      @thisweekinreact 4 роки тому +3

      they are already decoupled, why do you hate that?
      don't you feel it's nice to use snacks in RN website docs? would you prefer to have no executable preview instead?

  • @cunningham.s_law
    @cunningham.s_law 4 роки тому

    flutter?

  • @ghfudrs93uuu
    @ghfudrs93uuu 8 місяців тому

    I think this debate was pretty much solved when they decided you need to login to their platform to use expo.
    I'm not going to use this garbage.

  • @mayajamak
    @mayajamak Рік тому

    biased...