<?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: Alejandro</title>
    <description>The latest articles on DEV Community by Alejandro (@alejandrobovino).</description>
    <link>https://dev.to/alejandrobovino</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F865620%2F967e5cff-9bcb-4644-b4e2-b9d0ca30689c.jpg</url>
      <title>DEV Community: Alejandro</title>
      <link>https://dev.to/alejandrobovino</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alejandrobovino"/>
    <language>en</language>
    <item>
      <title>Skeleton loading with dynamic search results from API response</title>
      <dc:creator>Alejandro</dc:creator>
      <pubDate>Sat, 26 Jul 2025 04:47:35 +0000</pubDate>
      <link>https://dev.to/alejandrobovino/skeleton-loading-with-dynamic-search-results-from-api-response-2cmm</link>
      <guid>https://dev.to/alejandrobovino/skeleton-loading-with-dynamic-search-results-from-api-response-2cmm</guid>
      <description>&lt;p&gt;When fetching data from API, the response has 20 items, a known number, but when you search or filter using web app user interface, you don’t know the amount of results that will come in the response.&lt;/p&gt;

&lt;p&gt;So how many skeleton cards you should show? For example: if you show 20 skeleton cards when loading (fetching data from API), and the response has 4 items, it seems a bit confusing to the user.&lt;/p&gt;

&lt;p&gt;Does anyone know a technique for displaying skeleton cards with dynamic search results (you don’t know the number of results that will come in the API response)?&lt;/p&gt;

</description>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
