Don’t forget to 👍 like the video and 🔔 subscribe to our channel to see more React (Native) talks: kzbin.info/door/sFrt8oKNYXGspSlX9u6uXw Check out the latest GitNation React conference news: React Summit Amsterdam - reactsummit.com React Day Berlin - reactday.berlin React Advanced London - reactadvanced.com
@zackarybrumfield22 жыл бұрын
I’ve watched countless videos on how props causes rerendering and this was the one that finally made it make sense!
@mynextdev49605 жыл бұрын
Wonderful video about react-native performance
@NADERalf4 жыл бұрын
One of the most useful talks on this subject. Thank you very much.
@punisher0133 жыл бұрын
fantastic speech!!!! exactly what i needed, you helped me a lot, i'm gonna to be react native perf. hero in my team thanks to you !! :-)
@alessandrob.g.45243 жыл бұрын
She speaks lightning fast!
@evilchis945 жыл бұрын
Hey! Amazing video! Thank you for sharing us some best practices for React (native) developing. At the end we need to think we are the final users and develop smoother and more native feel like solutions to give the best experience as possible.
@nduz19855 жыл бұрын
how to reduce time at load module at cold start app? I use many component and library, and have many screen with reactnavigation? right now it spend 3-4 second at cold start?
@Maffoo5 жыл бұрын
One thing to add... saying "just use react-native-navigation" is not always the greatest advice. Yes, it may be technically more performant, but my god does it cause a wealth of issues. Unless you have real experience of different routing libraries, don't make the mistake I did and assume it would be a wonderful easy process. RNN treats all screens of your app as an individual sandboxed thread and so they can't communicate with each other; this can make things very complex very fast, especially maintaining state
@amitbairagya24963 жыл бұрын
Awesome lecture on optimization! Thanks!
@tanmaymondal67852 жыл бұрын
thanks a lot , exactly what i needed caused my app
@diwakarprasad17443 жыл бұрын
Wonderful content
@ehsankhorasani_5 жыл бұрын
I can't find any way to lazy load react native components can you help
@SumanRoy.official5 жыл бұрын
Use jQuery library to bind the component which you want to lazy load