React Native Performance Tools

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

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

  • @aminjafarlou8919
    @aminjafarlou8919 Год назад

    This channel will be the best for React-Native pretty soon. Keep up the great work my friend!

  • @programmingpython584
    @programmingpython584 2 года назад

    one of the best channels for react native. Thanks for this great content

  • @yacine101
    @yacine101 3 года назад +14

    Upgrading to new RN version is a nightmare.

  • @martinmaldonado4923
    @martinmaldonado4923 3 года назад +8

    These are great suggestions, I was able to reduce my android app size from 35mb to 9mb. Definetly did impact on the downloads count. Just be careful when enabling proguard, certain libraries require additional configurations. Cool video!

    • @eveningkid
      @eveningkid  3 года назад +1

      Thank you for sharing Martin, great feedback really :)

  • @dicompathak
    @dicompathak 2 года назад

    Awesome content bro. Truly helpful

  • @pistonsky
    @pistonsky 3 года назад

    Gotta try Flipper, you’re right. Just the thing which stops me is that almost all of the projects I’m working on decided to strip it out 🤷‍♂️

  • @miletadulovic577
    @miletadulovic577 3 года назад

    Was waiting for this one. Awesome

  • @barsarbro4610
    @barsarbro4610 3 года назад +1

    hii evening kid i just want to say thanks first and other thing is i'am trying to install flipper for last day till now but i am unable to figure out how do i connect my react native app to flipper. it showing me error like openssl reading permission denial
    please reply.

  • @Quacky_Batak
    @Quacky_Batak 3 года назад +1

    Another great video! Just want to point out that with RN 0.64, Hermes is also supported on iOS. Enabling Hermes improves many things like TTI, app bundle etc (but you cannot debug in Chrome).

    • @eveningkid
      @eveningkid  3 года назад +1

      Very true, I should have mentioned it you're right! Thanks for clarifying it here :)

    • @Quacky_Batak
      @Quacky_Batak 3 года назад

      @@eveningkid Congrats on 3K

  • @flykeymikey4106
    @flykeymikey4106 3 года назад

    Dude, you are a GODSEND. I just want to say, love your videos! Please keep doing RN & could you please do some more animations or shared elements? Thanks man! Your channel will BLOW UP!

    • @eveningkid
      @eveningkid  3 года назад

      Thank you Michael really!! I've done quite a few animation/shared elements videos. Do you have anything in mind? :)

    • @flykeymikey4106
      @flykeymikey4106 3 года назад

      evening kid You’re welcome! Nothing specific in mind, but maybe some videos where you replicate some animations/shared elements/functionalities in big/popular apps? I think that would be really cool :D

  • @muhammadmehdi1304
    @muhammadmehdi1304 3 года назад +2

    A suggestion : Make tutorial on ScrollView , FlatList with all their props and the Events due to bad documentation.

    • @vishvajeetsingh9843
      @vishvajeetsingh9843 3 года назад

      The documentation isn’t bad at all.
      Maybe you should try out such things yourself for better understanding.
      Or you can ask something if you have any issue implementing something.

  • @NaveenKumar-oh3sr
    @NaveenKumar-oh3sr 3 года назад

    Can you please make a video about pan and pinch animation in same object.like move and scale a same object.

  • @nro337
    @nro337 3 года назад

    Great tools!

  • @danpetre5414
    @danpetre5414 3 года назад +2

    Awesome and very useful :) Maybe you could explain in the future (if it's in the youtube videos schedule :P ) how we can optimize, in terms of performance, a reusable component and the use of React memo, useMemo, useCallback, etc. Cheers :)

    • @eveningkid
      @eveningkid  3 года назад

      Maybe this could be useful you're right! I feel like there's always some debate around optimisation in React...I'll think about it, thanks Dan :)

  • @ehsankhorasani_
    @ehsankhorasani_ 3 года назад +1

    Awesome
    take care of heavy renders instead of re-render

  • @fabianmedina2649
    @fabianmedina2649 3 года назад

    Hi, what tool do you use to edit your videos? regards

  • @anislarguet9151
    @anislarguet9151 3 года назад

    Can you talk how I can optimisebmy flatlist please

  • @ChRitvik24
    @ChRitvik24 3 года назад

    Hey Kid, I love your video editings! Just curious, which software do you use to edit videos and also which screencast? and whats the approximate amount of time it takes you to edit a single video. Thank you! Wish you best for your Channel

    • @eveningkid
      @eveningkid  3 года назад

      I use a lot of different softwares, plus my own tools. I edit my videos on iPad using Luma Fusion and record my phone using...the iOS screen recorder! It really takes me a lot of time to put out a video, that's why I don't upload more often. Thank you for your comment and the kind words :)

  • @personalquests
    @personalquests 2 года назад

    Awesome Awesome.

  • @DrNabeel20
    @DrNabeel20 3 года назад

    Thank you 👏

  • @laxmangiri5511
    @laxmangiri5511 3 года назад

    Is react native team working on removing javascript bridge so that we can have native feel and it is possible or not??

    • @eveningkid
      @eveningkid  3 года назад

      It's possible using turbo modules but there's a bigger update coming up with no release date yet..!