FlatList Component // React Native Performance Scroll
HTML-код
- Опубликовано: 9 фев 2025
- In this lesson we look at the flatlist component which is the secret to blazing fast scrolling performance in React Native 😍
Thanks to all the channel supporters, I can create this full course for React Professionals looking to quickly level up to React Native.
-- React Native for Professionals --
Complete Playlist for Subscribers (free 🤗): • Professional React Native
Complete Playlist for Members (early release - no ads - 🙏🏻 for your support): • Members - React Native...
🏷 #basarat #TypeScript #JavaScript #React #ReactNative #Tutorial
👇 ❤️ Subscribe for MOORE ❤️ 👇
www.youtube.co...
🌹 Support 🌹
Join: / basaratali
~
/ basarat
github.com/bas...
basarat.com/
Game changing video! Thanks!
Thank you that was very helpful.
Amazing explanation! Keep it up :)
great video thank you its very detailed
Thanks 🌹 You can be my wingman any time ruclips.net/video/9s-a1vp4LLk/видео.html
I used the flatlist to make an option picker, and also used that animation which slides to a particular index, my list is about 50 length only, but if it has to auto animate to like 30 or even 20 from starting point which is 1, the animation does show up but the options disappeared for a while(2-3 seconds), and then they show up, How can I fix that any help please
Hi, can you show how to handle adding new elements to such setups with flatlist containing a lot of elements?