Тёмный

Expo vs React Native 

William Candillon
Подписаться 102 тыс.
Просмотров 16 тыс.
50% 1

Опубликовано:

 

25 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@kayodeayelegun6279
@kayodeayelegun6279 3 года назад
I totally relate to this. Ejecting an expo app can be hell 😅. Love these discussions, William. Keep them coming!
@thisweekinreact
@thisweekinreact 3 года назад
How can ejecting be more hell than a raw RN project? what is more complicated exactly?
@nkemcels
@nkemcels 3 года назад
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 3 года назад
you should definitively reconsider, ejected Expo is better than plain RN to me for many reasons
@yalcinozer4434
@yalcinozer4434 3 года назад
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 3 года назад
@@thisweekinreact Can you please mention some of them?
@denysmorozov8479
@denysmorozov8479 3 года назад
@@thisweekinreact Yes please. Mention these reasons...
@IFone456
@IFone456 3 года назад
i used expo when i was learning react native, then never again, but it's actually super cool, I should try it again
@TheCodingOdyssey
@TheCodingOdyssey 3 года назад
I like this discussions. Keep doing them.
@hrithiksingh73
@hrithiksingh73 3 года назад
Watch the whole Video atleast
@thisweekinreact
@thisweekinreact 3 года назад
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 3 года назад
@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.
@alexkey9372
@alexkey9372 3 года назад
2:20 agree completely. you'd have a hard time integrating native modules with expo if they're needed.
@stancobridge
@stancobridge 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
@TZCoder
@TZCoder 3 года назад
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 3 года назад
Its nice to hear you two talking
@kemy0x0
@kemy0x0 3 года назад
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.
@FlushNorris
@FlushNorris 3 года назад
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 ;)
@MrChickenpoulet
@MrChickenpoulet 3 года назад
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 года назад
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
@stevenkleinert3739
@stevenkleinert3739 3 года назад
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
@burhan3759
@burhan3759 3 года назад
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
@arrowfunction3200
@arrowfunction3200 3 года назад
whats the final result which one should we choice
@Askbowe
@Askbowe 3 года назад
this was a great talk... i enjoyed it
@thespacejedi
@thespacejedi Год назад
Damn I remember watching this when it first came out 😂 expo is the way now
@wcandillon
@wcandillon Год назад
haha yes 100% :)
@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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-hhOAK9Rk1pk.html
@dibayuin7859
@dibayuin7859 3 года назад
for profesional project I prefer to use react native CLI
@thisweekinreact
@thisweekinreact 3 года назад
why?
@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.
@span8898
@span8898 3 года назад
Tu as des tutos en français?
@ghiscode5306
@ghiscode5306 3 года назад
Comment diminuer la taille d'une application Expo
@wcandillon
@wcandillon 3 года назад
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 !!!
@case6339
@case6339 3 года назад
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 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?
@gabrielaleme2460
@gabrielaleme2460 3 года назад
What is your take on flutter vs react native?
@srikanthsethumadhavan5450
@srikanthsethumadhavan5450 3 года назад
Now that Fuschia OS is open to public, it would be interesting to know the future of RN
@kyalin3396
@kyalin3396 3 года назад
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 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.
@cunningham.s_law
@cunningham.s_law 3 года назад
flutter?
@ghfudrs93uuu
@ghfudrs93uuu 6 месяцев назад
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...
Далее
React Native CLI vs Expo
9:46
Просмотров 90 тыс.
React Native Sticky Shapes
23:36
Просмотров 18 тыс.
Гаджет из даркнета 📦
00:45
Просмотров 174 тыс.
ДУБАЙСКАЯ ШОКОЛАДКА 🍫
00:55
Просмотров 843 тыс.
Wait for it 😂
00:19
Просмотров 2,1 млн
Chess - “Can it be done in React Native?”
36:27
Просмотров 38 тыс.
Shadcn: The Future of React Native UI
15:34
Просмотров 13 тыс.
State machines in Zag.js w/ Segun Adebayo
35:50
Go Has Exceptions??
16:58
Просмотров 68 тыс.
SVG Animations with React Native
42:33
Просмотров 44 тыс.