React Native Just Got 550% Faster

Поделиться
HTML-код
  • Опубликовано: 20 ноя 2024

Комментарии • 348

  • @shahidullahmuffakir668
    @shahidullahmuffakir668 25 дней назад +262

    Lesson learnt, "don't upgrade it, start it from scratch."

    • @prashlovessamosa
      @prashlovessamosa 25 дней назад +1

      😅

    • @MrDragos360
      @MrDragos360 24 дня назад +6

      That's what I am trying to convince my work mates. Intead of updating each component to make it compatible with Vue3 we should just rewrite everything. It will be faster, we will get a change to get a second look at the logic and it might not become a mess.

    • @MadsterV
      @MadsterV 24 дня назад +4

      @@MrDragos360 decouple, then rewrite modules from scratch. Spread out the cost, parallelize efforts, make it resilient, give yourself leeway to change course if needed.

    • @MrDragos360
      @MrDragos360 24 дня назад +2

      @@MadsterV I'd rather rewrite it from 0 in the correct way than fix it. It is a bit of a mess now. Like, we have three libraries that does tooltips 😅😅

    • @mik3lang3lo
      @mik3lang3lo 24 дня назад +3

      😂😂😂

  • @sherlockmaverick
    @sherlockmaverick 25 дней назад +89

    Really putting NATIVE performance in React Native.
    On another note, I love how smooth and organic your soknsor transitions are. Segued right into it.

    • @avijitpal1421
      @avijitpal1421 25 дней назад +1

      what does this native actually mean?

    • @nexovec
      @nexovec 24 дня назад +1

      ​@@avijitpal1421 Well they haven't found the answer to that question yet. Somehow it does not mean neither native java nor ARM assembly anymore. Best explanation I can come up with is it probably just means it has integration with system APIs.

    • @md.jubairahmed6580
      @md.jubairahmed6580 15 дней назад

      @@nexovec what about the app size?

    • @nexovec
      @nexovec 15 дней назад

      @@md.jubairahmed6580 I don't have a single clue what you're asking. App size... probably still just as terrible as normal react?

  • @rustystrings0908
    @rustystrings0908 24 дня назад +9

    "starting a new project, moving all the code over and it just works"
    THEO IS ONE OF US

  • @virtual5754
    @virtual5754 25 дней назад +105

    Theo: I hate ruby rails for code gen
    Also Theo: code gen in rn, nice

    • @gofullstack
      @gofullstack 25 дней назад

      🤣🤣🤣

    • @zuma206
      @zuma206 25 дней назад

      When has he said that?

    • @azmah1999
      @azmah1999 25 дней назад +8

      @@zuma206 Probably when he shat on DHH's calendar app, but I'm not sure. However I also remember him saying that the fact ruby on rails depend so much on codegen is bad.

    • @brangja4815
      @brangja4815 25 дней назад +1

      He also said the same thing about laravel xD

    • @gofullstack
      @gofullstack 25 дней назад

      @@brangja4815Theo looked surprised when he didn’t see much performance difference between the old architecture and the new one. When the architecture was first introduced it never promised a big performance change.

  • @EricBishard
    @EricBishard 24 дня назад +7

    So I’m a web developer for over twenty years. I’ve never built native apps. I always decided to learn more web related tech rather than both. When React Native came along I thought this would be a good time. But other than just playing around with workshop/demo code using Expo. I’ve not had to use it.
    But that’s about to change, I need to learn it for work and I’m so happy that I will be able to really start now. It seems like a huge milestone for the framework.

  • @pokefreak2112
    @pokefreak2112 25 дней назад +40

    25:15 this is a React problem, not a JS/DOM problem. It's pretty trivial to create a system that swaps out subtrees in an animated manner but VDOM is likely to get in your way.

    • @timonjur
      @timonjur 25 дней назад +5

      Svelte was the first thing that I thought of when Theo said that

    • @stephan553
      @stephan553 25 дней назад

      Vue got this easy-peasy since forever.
      Hell, you need no framework. Just look for auto-animate... Theo simply flunked his LMGTFY research there.

  • @Kiyuja
    @Kiyuja 25 дней назад +7

    this could be big. Always lovely to see performance upgrades for the frontend world.

  • @SirTZN
    @SirTZN 24 дня назад +54

    I like how theo disses flutter because react native is finally adopting a feature that flutter had for years. Don't get me wrong, this is fantastic news, but it's hard to take this video seriously when its implementing fixes that flutter never experienced from the start (like the native bridge, Flutter has had platform channels for years). So much of this update is just is implementing fixes that should never have to be implemented, such as the slider demo where the number of rendered cubes were synced with the slider value. That wouldn't happen in flutter because you aren't waiting for the JS VM, but instead dart which would be compiled natively.
    Of course, I'm happy to see it improving, snd and I hope it can continue to do so.

    • @BrunoOliveira-lm6wl
      @BrunoOliveira-lm6wl 24 дня назад +2

      I prefer RN than Flutter since we can use React, JS and the platform's native UI

    • @LRAnimations
      @LRAnimations 24 дня назад +6

      Yeah I am starting to get annoyed by the constant flutter bashing. It feels so awkward. There really is no need for this, I think we should all be a little more respectful to each other

    • @SirTZN
      @SirTZN 24 дня назад +6

      @@LRAnimations I don't even mind the criticism, but the issue is that what Theo mentions is just wrong. It's not valid criticism. There are valid critics of flutter, but Theo just likes react native to a point where he instantly rejects flutter.

    • @KyleisJew
      @KyleisJew 23 дня назад

      Before the switch to react hooks, old react had these features I believe. You'd bind to functions onComponentWillMount and onComponentMounted. Strange they haven't added it until now

    • @bryanmylee
      @bryanmylee 23 дня назад +1

      What the React Native team did isn't just "a feature that Flutter had for years". Flutter cheats a lot by rendering everything in Dart, while RN managed to optimize a system that allows for JS to run alongside and control native views.
      Flutter has always been terrible UX, with broken accessibility, broken native compatibility, inconsistencies with other native applications, and more. You can always tell when an iOS app is built in Flutter by just scrolling the view, since the Flutter engine still struggles with basic user interactions like that. React Native has never had that issue.

  • @upsxace
    @upsxace 25 дней назад +9

    This got me excited. Hopefully they will be able to fix the input thing, because its genuinely weird for that bug to be hanging around, even though i also agree with you that no one should implement inputs that way anyways

    • @999satyam
      @999satyam 25 дней назад +1

      noob here. how should they then?

    • @upsxace
      @upsxace 25 дней назад +1

      @@999satyam In my opinion the best way of doing it, just like i think the best way of doing on web also is, is reading the value from the inputs only on the submission time(or whenever you actually need it). There is no need to cause rerenders just because the value of an input is changing unless you're doing something like a search bar that imediatly shows results(in this case you would use a throttler function). So instead of using value prop, you use defaultValue, and then on submission you read the values from the input using a ref on the inputs, or using the onSubmission prop of the Form component.
      People often forget that react also works very well without having to rerender stuff each time anything changes in the screen!

    • @Alexchtch
      @Alexchtch 25 дней назад

      @@upsxace In my opinion we often need some masked inputs, which are not possible with defaultValue approach, as per my understanding.
      Plus just filtering out unnaccepted characters is also crucial.

    • @gcash49
      @gcash49 24 дня назад +1

      i think that already been fixed in new update

    • @999satyam
      @999satyam 24 дня назад

      @@upsxace got it~ thanks!

  • @roudikk
    @roudikk 25 дней назад +28

    Isn't it this guy who was so arrogant about how react native was better than flutter and native development in some video a while back? And now he's going through all the garbage that people has to put up with in React Native that pretty much meant the entire arch was shit? People complain when there is something to complain about. I never had a good experience with react native and I kept coming back to try it out at least once a year for many many years, even this year and it's always very disappointing.
    Good job on the react native team on such a great improvement, I'll be giving this a go to see if I enjoy it.
    But big L on how this guy delivers tech news and seem to have a cult follower vibe towards react ngl

    • @charlesayomike
      @charlesayomike 24 дня назад +2

      If you are having issues with react native and you keep trying to use it every year, maybe the problem is you

    • @roudikk
      @roudikk 24 дня назад +1

      @@charlesayomike it just never fits my personal needs? Ofc the problem is me, it doesn't do what I want it to do. Works for others, just not for me, Genius. But unlike theo I don't go around recommending it like a cult follower when it's just not for everyone and saying things like "don't use flutter, don't use native, use react native" so aggressively

    • @chakritlikitkhajorn8730
      @chakritlikitkhajorn8730 20 дней назад

      He dished on React Native before. I don’t think he ever said React Native is good, but in his opinion it is just better than Flutter.

  • @matthartstonge
    @matthartstonge 24 дня назад +1

    Very cool breakdown. Great blog post 👌 they’ve done well!!

  • @maximierung
    @maximierung 25 дней назад +6

    A new Theo video posted 1min ago? Let‘s go! 🎉

  • @eminence_
    @eminence_ 25 дней назад +17

    Tested it on a very large RN project and the bugs and glitches are extremely annoying. It just randomly doesn't render a component or two?? Didn't experience any noticeable perf gains either. It's still very experimental and would not recommend swapping to the new arch.

    • @Volodymyr-y1c
      @Volodymyr-y1c День назад

      In their official docs they mentioned that it requires additional steps than just swapping to the new arch, otherwise you might not notice any significant improvements.

  • @Go_with-Christ
    @Go_with-Christ 25 дней назад +25

    "Stop being scared of backends" by using a backend as a service lmfao

    • @martinlesko1521
      @martinlesko1521 24 дня назад +1

      @@Go_with-Christ he moved Uploadthing from AWS to plain servers tho

    • @Juke172
      @Juke172 24 дня назад +1

      I use Firebase for push notifications for Android. I don't think there is a way around that. But as a backend there is many other options.

    • @martinlesko1521
      @martinlesko1521 24 дня назад +2

      @@Juke172 yes, there's a way around: Expo notifications

    • @Juke172
      @Juke172 24 дня назад

      @@martinlesko1521 ok thank you. I need to look into that.

    •  24 дня назад

      @@martinlesko1521expo noifications requires firebase

  • @sierragutenberg
    @sierragutenberg 25 дней назад +123

    Facebook doing something good? 🧐

    • @sierragutenberg
      @sierragutenberg 25 дней назад +14

      Or should I say Meta?

    • @edwardallenthree
      @edwardallenthree 25 дней назад +27

      This isn't surprising. Meta has been a huge player and open source software for decades, and their contributions are high quality. The only reason people hate react is it's ubiquitousness.

    • @null_spacex
      @null_spacex 25 дней назад +9

      They’ve done a lot of good things

    • @rawallon
      @rawallon 25 дней назад +16

      bruv theyve been more open with their ai than open ai

    • @anhtudo4713
      @anhtudo4713 25 дней назад +7

      please go lookup their open sources bruh…

  • @ynnkh2116
    @ynnkh2116 25 дней назад +5

    For people in the comments, do you have example of what you built so far in react native? Like production grade apps? I want to try them for a before after

  • @JulesPatryLawl
    @JulesPatryLawl 25 дней назад +6

    So pumped about this. I would have never knew about this react native update thanks @theo

  • @peroconino
    @peroconino 25 дней назад +8

    Hopefully React Native will return to be a good choice again

    • @hishnash
      @hishnash 25 дней назад +3

      I think that is unlikely, the aim of building a cross platform abstraction layer tends to always lead to building apps that are lowest common denominator across all patlforms.

    • @2BluntsLater
      @2BluntsLater 24 дня назад

      ⁠@@hishnashRUclips Creator* on Flutter is lowest common denominator?

  • @vinimaciel
    @vinimaciel 25 дней назад +8

    the useLayoutEffect was so helpful, thanks

  • @dealloc
    @dealloc 24 дня назад +7

    10:20 Just to clarify something; the reported bug was NOT related to the architecture. It was _equally_ as bad with New Architecture.
    The issue is in how iOS autocorrect and predictive text works since the past couple of releases, and also the fact that hardware keyboard input made it more visible due to the ability to type faster than humanly possible on a touch keyboard-nevertheless he bug was present.
    Another related bug that occurs (and still hasn't been fixed) is when using a controlled input, every input change will result in the "Auto complete Password bar" above the keyboard to flicker, when enabling password input mode. The only work around is to use an uncontrolled input and refs. But you'll still see a flicker when focusing different inputs, e.g. for username/password fields. This issue is also present in SwiftUI and UIKit.

    • @charlesayomike
      @charlesayomike 24 дня назад

      I have always noticed this and wonder what I did wrong. It didn’t even occur to me it was a bug on iOS

  • @cortinico
    @cortinico 25 дней назад +25

    No one asking about 1.0 yet? 👀

    • @cetfu
      @cetfu 25 дней назад +3

      When it will come 🥹🥹
      With static hermes?

    • @mukhlimkurowo
      @mukhlimkurowo 24 дня назад +1

      until judgement day

    • @Juke172
      @Juke172 24 дня назад

      It's just a number at this point. RN has been used in production to so many apps already.

  • @yewo.m
    @yewo.m 25 дней назад +7

    I love how the React/React-Native teams are not afraid to make revolutionary changes to their platforms. Like with hooks in the past, and the various other changes

    • @k4rnaj1k
      @k4rnaj1k 25 дней назад +2

      But it is kinda weird to see them doing it without bumping the major version

    • @SERWERWARMINEPL
      @SERWERWARMINEPL 25 дней назад

      they know people will love it

  • @daniellasilverman7554
    @daniellasilverman7554 25 дней назад +32

    This is all fun and games, but I still can't figure out how to develop in RN without Shadcn or Headless UI 😭

    • @bar-e-tom
      @bar-e-tom 25 дней назад +5

      It’s really tough once you get used to it

    • @kasper369
      @kasper369 25 дней назад +6

      Why tf u want to build with out shadcn

    • @YE55INE
      @YE55INE 25 дней назад +2

      on god the biggest problem is finding a decent UI library now for RN, i'm using gluestack v1 and it works really great but lacks a lot of stuff

    • @aneesmanzoor7340
      @aneesmanzoor7340 25 дней назад

      Bro it’s also coming from expo called ‘use dom’ search it on google

    • @diosupremo4928
      @diosupremo4928 25 дней назад +12

      I used react native paper, is the best ui library i found for RN, you can customize it on top but by itself is already enough in most cases

  • @bar-e-tom
    @bar-e-tom 25 дней назад +33

    Now I might want to consider choosing RN over Flutter

    • @KarlOlofsson
      @KarlOlofsson 25 дней назад +24

      React Native with Expo is a pretty sweet workflow

    • @bar-e-tom
      @bar-e-tom 25 дней назад +7

      @@KarlOlofsson Yup, I like Flutter but I have to say, Expo makes life so much easier.

    • @KarlOlofsson
      @KarlOlofsson 25 дней назад +5

      @@bar-e-tom it's kind of funny that Expo is needed at all though. Components or cli or cloud services. But man they automated a lot of config and admin.

    • @bar-e-tom
      @bar-e-tom 25 дней назад

      @@KarlOlofsson exactly, at first my opinion was “see? RN is so shitty it needs Expo to be a good framework”. Now my option is simply “damn Expo is so f*ing good.”.

    • @rohithkumarbandari
      @rohithkumarbandari 25 дней назад

      ​@@KarlOlofssonit's fked up. Expo literally doesn't allow you to use many needed packages.

  • @becauserocks.5784
    @becauserocks.5784 25 дней назад +3

    I love React for web apps, and for mobile, I use Swift and Java. It is nice that finally, React Native got better, but it is still not as good as native tools. Buuttt, why wait for these hybrid tools to get better. Why not just learn the native tools? Swift and Java dev are not more complicated than React Native dev.

    • @HoussamElbadissi
      @HoussamElbadissi 25 дней назад

      For Android I'd definitely recommend you take a look at Kotlin. Java is slowly getting left behind in the ecosystem.
      As for your argument, I do agree that learning native is great and all, but everyone using these cross-platform technologies are businesses or people with limited time, money and resources, who'd rather optimize for shipping to market faster than keep repeating a bunch of work across platforms. And to make matters worse, it's even harder if you include desktop, web, etc...

    • @dimusss
      @dimusss 4 дня назад

      I think because it's hard to maintain same app for different platforms - you have to white at least two apps instead of one

  • @phoenix2558
    @phoenix2558 22 дня назад

    Great vid on RN changes. Thanks Theo

  • @petecapecod
    @petecapecod 24 дня назад

    They took down the bridge, that's HUGE. Must have taken soooo much work 💯

  • @nordern1
    @nordern1 25 дней назад +16

    I'm really interested in using it for desktop, I don't really see it as an option without Linux support :/

    • @milossavkovic1970
      @milossavkovic1970 25 дней назад

      Have you considered using Tauri?

    • @nordern1
      @nordern1 24 дня назад +2

      @@milossavkovic1970 Yes, but that still carries the full memory requirement of a browser. So I'd like to compare how much memory RN needs. As far as I understand, they have their own js runtime with AOT optimization

  • @carpye
    @carpye 25 дней назад +17

    Is it possible that half of my useEffects should be useLayoutEffect? It sounds like it should be used more than regular useEffect.

    • @abdelkd_
      @abdelkd_ 25 дней назад +4

      If you want to but I think it may delay rendering of the component. So stick with useEffect unless you want something to run too early

    • @upsxace
      @upsxace 25 дней назад +7

      useLayoutEffect is blocking, while useEffect is nonblocking. Therefore useEffect is faster, and you may quickly notice the difference in performance if you got a bunch of them in the same component, doing decently complex operations

    • @carpye
      @carpye 25 дней назад +4

      @@upsxace thanks for the answer

    • @carpye
      @carpye 25 дней назад

      @@abdelkd_ thanks!

    • @dealloc
      @dealloc 25 дней назад +2

      It's used for layout or before content is rendered to the browser (e.g. before the VDOM is committed to DOM in react-dom). Use if for measuring layout, or update content outside React itself. Most cases you'll be using React, but in rare cases you may need to either do some work on elements in DOM (e.g. outside your React app, or third-party libraries), while keeping the component in sync.

  • @ayoubdev8019
    @ayoubdev8019 25 дней назад +1

    The only thing i hate about "Mostage devs" is talking or using sponsors they dont even use in their own projects, DAMN

  • @larsthomasdenstad9082
    @larsthomasdenstad9082 25 дней назад

    Hey, theo and friends in the comment field. I don't much care about react native, but convex looks interesting. It is open source and I got it to build from source in 15 minutes. Looks cool.

  • @sjf29
    @sjf29 25 дней назад +16

    Still slower than Flutter?

    • @mitesh7998
      @mitesh7998 25 дней назад +11

      Yes it feels like, flutter rendering 3D models and games more than 60FPS so yes RN is still slower. I don't think Java script is ever reach that in the mobile platform

    • @seaklengsay2595
      @seaklengsay2595 25 дней назад +2

      flutter already compile to asembly no need to compare.

    • @jomoc6112
      @jomoc6112 24 дня назад

      @@seaklengsay2595 not really if you try it right now. flutter is now slower. whats the point of assembly flutter is still not using native apps just running native-like performance.
      you must build the app first in react to see real native.

    • @martinlesko1521
      @martinlesko1521 День назад

      ​@@mitesh7998 static hermes comming soon

    • @martinlesko1521
      @martinlesko1521 День назад

      ​@@seaklengsay2595*dart, not flutter

  • @Artoooooor
    @Artoooooor 23 дня назад

    Good for them. Time to finally try that react native... I am always late adopter...

  • @AlmightyPyro
    @AlmightyPyro 23 дня назад +1

    8:30 you've never had to move a 7 year old RN app have you

  • @geektechtips
    @geektechtips 25 дней назад +1

    With expo, there's an easy way to write or add native modules and even change ios/android infos without even having the ios/android folder to maintain!
    I don't event commit these 2 folders .
    I do it, it is awesome and freaking easier to maintain!
    I let you learn how to do it. ;)

  • @ronaldhunter5894
    @ronaldhunter5894 25 дней назад +2

    I can stop getting shoved in lockers by the "Real mobile developers"

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd 25 дней назад

    this is an awesome upgrade

  • @eternal8lueforever
    @eternal8lueforever 25 дней назад +1

    +1 for convex

  • @moosegoose1282
    @moosegoose1282 25 дней назад +2

    debating to upgrade, or start a new project and migrate code

  • @SuperRockcore
    @SuperRockcore 25 дней назад

    Hey - beginner and hobbyist here. I’ve been learning react and framer motion. I see you recommend React Animate for Native. I wonder if I should start learning animate if I want to do the same kind of things I’ve been doing with framer motion. It’s been a few. months since I’ve put my head down, but some guidance might help when I get back to it. Thanks!

  • @DroidZed
    @DroidZed 25 дней назад

    React now truly puts the Native in the React Native

  • @moodyhamoudi
    @moodyhamoudi 20 дней назад

    Does this mean that upgrading your RN version in the future won't be hell? Are we stabilizing (please)?

  • @rohitpai3087
    @rohitpai3087 22 дня назад

    Great video

  • @cotneit
    @cotneit 24 дня назад

    Damn, might have to learn React now

  • @AngelGMaxwell
    @AngelGMaxwell 25 дней назад +23

    Sooo... you guys were having all these problems and laughing at flutter at the same time?🧐
    Also, good to know about this jump in performance, I think I will play with some React Native this week and see how I feel

    • @valkyrieqp
      @valkyrieqp 25 дней назад +13

      flutter is dead lmao

    • @Dipankarr_
      @Dipankarr_ 25 дней назад

      ​@@valkyrieqp if Flutter is dead then RN is dead 10x... You REACT Kids just hype RN on Social Media

    • @timbosplice8437
      @timbosplice8437 25 дней назад +4

      @@valkyrieqpdoesn’t matter, better framework

    • @RaZziaN1
      @RaZziaN1 25 дней назад +4

      React native looks good on paper, but you will have tons of problems with expo and even when not using expo tons of undocumented problems, it looks really good until problem appears then you will need to do some weird workarounds and most of them are random;/ React is 100x better than react native , only name is similiar. Also you need to learn java/kotlin for react native at some point.

    • @martinlesko1521
      @martinlesko1521 25 дней назад +7

      Flutter is a glorified canvas, no matter how much you will fake it, it will still remain a canvas. It's syntax philosophy of everything being a component INCLUDING MODIFIERS is just as bad

  • @vipero07
    @vipero07 23 дня назад

    Svelte has entering and exiting...

  • @orterves
    @orterves 25 дней назад

    This might actually justify my hope to rewrite the cluster fuck of an RN codebase the contractors dropped on our laps

  • @KennuByte
    @KennuByte 25 дней назад +6

    no way.. no spam??? holy shit

  • @vuc__vuc
    @vuc__vuc 25 дней назад +5

    but they fixed the controlled input issues?

    • @yashjadhav6838
      @yashjadhav6838 25 дней назад +2

      Yes it is fixed as bridge is removed

  • @absaar.6628
    @absaar.6628 15 дней назад

    but wasnt useLayoutEffect already there in reactnative before this update?

  • @shreyasvaidya9552
    @shreyasvaidya9552 23 дня назад

    We got Turbopack before GTA 6

  • @CanRau
    @CanRau 18 дней назад

    Do you use RN directly or Expo?

  • @Dipankarr_
    @Dipankarr_ 25 дней назад +10

    React kids yappping again.. every month they get a news of RN becoming 69% faster 😂

  • @jo1332
    @jo1332 25 дней назад +1

    Doesn't kotlin multiplatform do the same thing?🤔

  • @chetanpatil2074
    @chetanpatil2074 25 дней назад +3

    looking native using renderer is different than being native and using native components

  • @makisetakashi
    @makisetakashi 23 дня назад

    migration or upgrade is fast or painful ?

  • @Eli7PM
    @Eli7PM 25 дней назад

    Which React.js pattern would you recommend to address the typing text bug? I’m having this issue on Web specifically. Thanks in advance.

    • @NighttimeJuneau
      @NighttimeJuneau 25 дней назад

      I thought that bug wasn’t possible on regular React because everything is already handled synchronously, so you can’t actually type in the field until the event logic has run, you’re never actually typing directly into the text field in the first place. Are you sure this isn’t due to some other problem, like some effect logic manipulating your input’s value?

  • @robchr
    @robchr 22 дня назад

    A lot of phones have 90-120hz. Can it hit that reliably?

  • @tasheemhargrove9650
    @tasheemhargrove9650 21 день назад

    25:35 This is coming in CSS for display none. I don’t know if Theo specifically meant animations or included transitions in that: ruclips.net/video/vmDEHAzj2XE/видео.htmlsi=Hr7BvDfWjXn2PQ12

  • @bideshbanerjee5506
    @bideshbanerjee5506 23 дня назад

    Theo once in a video you were telling that java is not a good solution for Android can you elaborate in any other video in future

  • @shadowpenguin3482
    @shadowpenguin3482 24 дня назад

    17:49 or you can write in in dart or Kotlin multiplatform, it’s not like c++ is the only way to do multiplatform native libraries

  • @abdellatif.L
    @abdellatif.L 25 дней назад

    D mentioned 🗣🗣🗣

  • @robchr
    @robchr 22 дня назад

    I'm sticking with KMP/CMP.

  • @QuantuMGriD
    @QuantuMGriD 22 дня назад

    What is that font? Searched for it but didn't get it. A similar font is DM mono.

  • @BioxyTube
    @BioxyTube 19 дней назад

    what if I am using expo native ? Can I get the new architecture and use expo ?

  • @spicynoodle7419
    @spicynoodle7419 25 дней назад

    But are controlled inputs acting correctly

  • @bagwaniali9514
    @bagwaniali9514 25 дней назад +1

    Stop using React Native and start using Svelte if you want performance 😉

  • @gauthamvijay
    @gauthamvijay 25 дней назад +3

    React Native to the moon🚀.

  • @MrJeszam
    @MrJeszam 25 дней назад +4

    Theo really loves React almost frightening.

  • @NicolasSilvaVasault
    @NicolasSilvaVasault 25 дней назад

    i'm still waiting for signal and a proper skia graphics engine that's actually easy to use

    • @vvvvvvvvvwv
      @vvvvvvvvvwv 25 дней назад

      If you want fine grained reactivity, take a look at legend state. Otherwise, you’re not going to get signal in React, since they’re going a different route with their compiler.

  • @pxkqd
    @pxkqd 25 дней назад

    Maybe whenever they reach 1.0 they'll also fix the absolute shite that is upgrading it. I've been using it for years and can't recommend it at all yet.

  • @kamgdy89
    @kamgdy89 21 день назад

    Propably google will abandon flutter as always.

  • @HoussamElbadissi
    @HoussamElbadissi 25 дней назад

    I use Compose Multiplatform, neither Flutter nor React Native :D
    Though all of them are pretty awesome technologies. While all of these tackle the same problem, each has got its own unique points (for good and for bad!).
    Regarding entry/exit animations (at 25:15), every UI framework deals with them in exactly the same way (the actual item isn't fully removed until the exit transition is done), and that's for good reason. Imagine a video player animating out; you really don't want to take a "snapshot" to use in the animation, you want the video to keep playing normally until the end of the exit animation, otherwise it'll look very odd. So yeah, you wanna keep the component running until its very last moment, so things look natural. Besides, such "snapshotting" would ironically be probably harder to implement!
    But like the Reanimated library, all these UI frameworks have abstractions that do this for you (in Compose it's `AnimatedVisibility`, also takes `enter` and `exit` parameters, and a boolean).

    • @utubes720
      @utubes720 24 дня назад

      Does your KMP/CMP app target IOS? I thought IOS support was alpha stage?

    • @HoussamElbadissi
      @HoussamElbadissi 24 дня назад

      @@utubes720 yeah. it's currently in beta btw.
      Even in alpha a couple companies have adopted it very early and shipped it to production (BumbleBee was an example, they made their existing Android codebase work on iOS with a little effort, even before Compose iOS was alpha!).

    • @HoussamElbadissi
      @HoussamElbadissi 24 дня назад

      Obviously things have improved a lot in recent months, with Compose/iOS becoming beta (it's so close to a stable release), Compose/Web being promoted to alpha, Kotlin 2.0, and a large expansion in the Kotlin Multiplatform ecosystem, with awesome libraries covering most things you'll ever need (particularly for Android/Desktop/iOS, web is catching up tho).

  • @dannyisrael
    @dannyisrael 25 дней назад

    🎉🎉🎉

  • @MrDragos360
    @MrDragos360 24 дня назад +1

    I'd rather leatn Kotlin than over complicate my life with stuff like React Native. Why do people learn and work with this kind of framework ?

  • @Martijncvv
    @Martijncvv 17 дней назад

    Never comment. But here I am.
    Amazing video

  • @mik3lang3lo
    @mik3lang3lo 24 дня назад

    I would still stick with Expo for now

  • @ophir1982
    @ophir1982 24 дня назад

    Does Expo support this?

    • @fax1ty
      @fax1ty 24 дня назад +1

      As beta, for now

  • @syth-1
    @syth-1 25 дней назад

    Windows search just got 500% faster,

  • @hishnash
    @hishnash 25 дней назад +1

    To be honest if you want good ux it tends to be less work to just creat a native app for each platform as the ux on each platform is expected to be substantially different

  • @edzynda
    @edzynda 25 дней назад +1

    What if you hate React? :(

  • @PapaVikingCodes
    @PapaVikingCodes 24 дня назад

    I'm bumping my minor version noooooow

  • @na-gi1xb
    @na-gi1xb 24 дня назад

    so now it has better performance than flutter??

    • @azufendusgarendum6583
      @azufendusgarendum6583 23 дня назад

      Possible but unlikely. Flutter/Dart compile to a native binary while React Native still has a Javascript runtime (bytecode in Hermes, but still a full blown Javascript runtime) to deal with

  • @ziat1988
    @ziat1988 25 дней назад

    React native new architect

  • @jattdavlog4110
    @jattdavlog4110 22 дня назад

    As fresher what should learn flutter or react native

  • @StCost
    @StCost 25 дней назад

    thanks

  • @Elvis-is-king-l3s
    @Elvis-is-king-l3s 19 дней назад

    "I am not upgrading, I am starting from scratch". Good for you Theo, but you are not making a video for yourself are you? Good video though.

  • @seaklengsay2595
    @seaklengsay2595 25 дней назад

    anyone have a project with react native more than 3 year? I can say that it is nightware ecosystem ever.

  • @Asingh42
    @Asingh42 25 дней назад

    I am on expo 51 sdk can anybody help me with it can I upgrade to this react native version?

  • @nofutureinYT
    @nofutureinYT 24 дня назад

    You can also make it faster by not using it.

  • @himankshu
    @himankshu 25 дней назад

    but why should one stop using firebase??

    • @GeorgeDicu-hs5yp
      @GeorgeDicu-hs5yp 24 дня назад

      because if you saw other videos from Theo, he is not a fan, but I think it's a skill issue, as Prime likes to say. Flutter is well integrated with all GCP, its hard for tools like appwrite or convex to catch up.

    • @GeorgeDicu-hs5yp
      @GeorgeDicu-hs5yp 24 дня назад +1

      I dont need to pay 300 per month for appwrite to have a free tier of 1mil function calls, or 50k read per day.

    • @himankshu
      @himankshu 24 дня назад

      @@GeorgeDicu-hs5yp thats very true. i find firebase easy to use

  • @djasnive
    @djasnive 25 дней назад

    What about the actual React Native vs Flutter ?

    • @rahmitufanoglu5380
      @rahmitufanoglu5380 25 дней назад +4

      Flutter for sure. React Native is still React Native and shit to be honest.

    • @gcash49
      @gcash49 24 дня назад +1

      they both can do fine, but if you care about job market or higher paying jobs you’d go for react native

    • @rahmitufanoglu5380
      @rahmitufanoglu5380 24 дня назад

      @@gcash49 Not the case anymore. Especially in Germany

  • @prithviroy4426
    @prithviroy4426 7 дней назад

    hi, i didnt ask for this

  • @mrousavy
    @mrousavy 25 дней назад +3

    thanks for the kind words about my library 🫶

  • @iulikdev
    @iulikdev 25 дней назад

    Sorry, mustache it's for old guys, very old guys...

  • @Zagoorland
    @Zagoorland 25 дней назад

    Ok this video is too long so tell me, are controlled inputs finally fixed?

    • @dannyisrael
      @dannyisrael 25 дней назад +2

      Apparently yes is what I’m gathering from the comments.

    • @hoango6382
      @hoango6382 19 дней назад

      no

  • @arminhaberl9242
    @arminhaberl9242 24 дня назад +1

    Plot twist - it just compiles to a flutter app behind the scenes :D

  • @Ryujin_001
    @Ryujin_001 25 дней назад

    Does anyone knows which vs code theme he is using ?

  • @nathancovey
    @nathancovey 25 дней назад +11

    Does this bury Flutter?

    • @t3dotgg
      @t3dotgg  25 дней назад +42

      It's hard to bury that which lives underground

    • @AlameenAdeyemi
      @AlameenAdeyemi 25 дней назад +1

      @@t3dotgg Damnnnn 😂

    • @AngelGMaxwell
      @AngelGMaxwell 25 дней назад

      😭

    • @bar-e-tom
      @bar-e-tom 25 дней назад

      @@t3dotggTheo, the largest bank in LATAM, Nubank, is built with Flutter, and I have to say theirs is the absolute best banking app available here in Brazil, Nubank is also know for using Clojure. And just as it is the case of Clojure, Flutter might not be the go to option, but it certainly is an option.
      I myself had the power to choose between RN or Flutter for a fintech company called FitBank when they were going to build their new mobile app, and by far, very far, the best option was Flutter.

    • @nathancovey
      @nathancovey 25 дней назад +1

      @@t3dotgg 💀

  • @j.r.r.tolkien8724
    @j.r.r.tolkien8724 23 дня назад

    I hate react syntax. I've been trying to run from it in web, no way in hell I'd use it mobile. I call that the useDeezNuts effect.