<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Muhammad Awais</title>
    <description>The latest articles on DEV Community by Muhammad Awais (@awaisdev045).</description>
    <link>https://dev.to/awaisdev045</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4084350%2Fb5724a72-0708-466e-9f36-4c33f7df2b55.jpeg</url>
      <title>DEV Community: Muhammad Awais</title>
      <link>https://dev.to/awaisdev045</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/awaisdev045"/>
    <language>en</language>
    <item>
      <title>Flatlist vs ScrollView</title>
      <dc:creator>Muhammad Awais</dc:creator>
      <pubDate>Wed, 19 Aug 2026 06:44:07 +0000</pubDate>
      <link>https://dev.to/awaisdev045/flatlist-vs-scrollview-3a3g</link>
      <guid>https://dev.to/awaisdev045/flatlist-vs-scrollview-3a3g</guid>
      <description>&lt;p&gt;When rendering a list of items in react native we commonly use Flatlist and Scrollview.&lt;br&gt;
Flatlist Renders only those items which are visible on the screen but ScrollView renders all the items once so it can take more space of the memory which can slow down the visibility or memory leakage in react native app when rendering a list of items &lt;/p&gt;

</description>
      <category>mobile</category>
      <category>performance</category>
      <category>react</category>
      <category>reactnative</category>
    </item>
  </channel>
</rss>
