Subham Rawatsubham123.hashnode.dev·Sep 14, 2024A Beginner's Guide to Using FlatList in React NativeIf you're building a mobile app using React Native and need to render a list of items efficiently, the FlatList component is your go-to solution. It’s optimized for handling large datasets and supports a range of features like infinite scrolling, ite...2 likesReact Native
Gautham R Vanjregautham10.hashnode.dev·Jan 20, 2024Exploring the Power of FlatList in React Native: Features, Use Cases and ImplementationWhen efficiently displaying dynamic lists in React Native, FlatList emerges as a powerful and versatile component. Its ability to handle large datasets while maintaining optimal performance has made it a developer's go-to choice. In this blog post, w...1 likeReact Native
Abderahmane Katebabderahmane-kateb.hashnode.dev·Sep 23, 2023Currency Converter App: Mastering React Native, Design, and Problem-Solving FlatList and Embracing SnackbarHello, and welcome to a new day! In my journey of learning React Native, today, I completed a currency conversion project, a handy tool that converts Algerian Dinars (DZD) into various global currencies like the US Dollar, Euro, Japanese Yen, and mor...10 likesReact Native
Fiyaz Hussainfiyaz2110.hashnode.dev·Jul 27, 2023Building a TikTok-Like Video Streaming App in React NativeAre you eager to create your video streaming app, just like TikTok, using the power of React Native? Look no further! In this blog, we'll dive into the exciting world of mobile app development and explore how to build a captivating video streaming pl...633 readsReact Native
Srishti Mauryasrishtimaurya.hashnode.dev·Jan 15, 2023Flatlist in React NativeFlatList is a component in React Native that allows for the efficient rendering of large lists of items. It is an improved version of the traditional ListView component and is recommended for use in most cases. One of the main advantages of FlatList ...54 readsReactnative
Fabian Grzesiakdevfabi.com·Oct 5, 2022FeaturedReact Native - Dynamic FlatlistIntroduction Hi, I'm Fabian and this is my first blog post. I recently started learning about React Native. The other day, I was looking for a way to dynamically adjust the columns of a React Native Flatlist based on the screen size and orientation (...27 likes·10.6K readsReact
freeCodeCampforfreeCodeCampfreecodecamp.org·Aug 21, 2018How to build a React Native FlatList with realtime searching abilityBy Vikrant Negi If you have ever used a mobile app or build one, then you must have come across some kind of list — whether it was a long list of contacts, products, countries, or other things. They may seem very simple to an end user. But for develo...flatlist