<?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: Alexander Nedomansky</title>
    <description>The latest articles on DEV Community by Alexander Nedomansky (@anedomansky).</description>
    <link>https://dev.to/anedomansky</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%2F277713%2F9a3e9f37-f44d-405a-b8d7-ed46ad9a1725.jpg</url>
      <title>DEV Community: Alexander Nedomansky</title>
      <link>https://dev.to/anedomansky</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anedomansky"/>
    <language>en</language>
    <item>
      <title>Resize Observer API</title>
      <dc:creator>Alexander Nedomansky</dc:creator>
      <pubDate>Sat, 30 Mar 2024 17:55:31 +0000</pubDate>
      <link>https://dev.to/anedomansky/resize-observer-api-36a3</link>
      <guid>https://dev.to/anedomansky/resize-observer-api-36a3</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver#examples" rel="noopener noreferrer"&gt;Resize Observer API&lt;/a&gt; is used to react to an element's changes in size. It is one of many Observers and provides an easy to use solution in comparison to otherwise problematic approaches.&lt;br&gt;
Use with &lt;code&gt;new ResizeObserver(cb)&lt;/code&gt;+ &lt;code&gt;ResizeObserver.observe(el)&lt;/code&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Context
&lt;/h2&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
