<?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: Alex Mirzoyan</title>
    <description>The latest articles on DEV Community by Alex Mirzoyan (@alexandermirzoyan).</description>
    <link>https://dev.to/alexandermirzoyan</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%2F1337723%2F0daac878-6fcc-44ab-8392-0e3dcf33ec45.JPG</url>
      <title>DEV Community: Alex Mirzoyan</title>
      <link>https://dev.to/alexandermirzoyan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alexandermirzoyan"/>
    <language>en</language>
    <item>
      <title>Web Components API in One Byte Explanation</title>
      <dc:creator>Alex Mirzoyan</dc:creator>
      <pubDate>Fri, 22 Mar 2024 08:22:55 +0000</pubDate>
      <link>https://dev.to/alexandermirzoyan/web-components-api-in-one-byte-explanation-2dga</link>
      <guid>https://dev.to/alexandermirzoyan/web-components-api-in-one-byte-explanation-2dga</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;Want to create UI components natively? With the help of Web Components, you can create them directly in a vanilla JS file and use them right in your HTML. You can even encapsulate your styles for each specific component with the help of Shadow DOM.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://developer.mozilla.org/en-US/docs/Web/API/Web_components"&gt;MDN Reference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.webcomponents.org/introduction"&gt;Web Components Official Website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://lit.dev/"&gt;Lit - Library for Web Components&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Limit has been checked by &lt;code&gt;String(str).length = 248&lt;/code&gt; :) &lt;/p&gt;

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