<?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: Adetayo Adeniyi</title>
    <description>The latest articles on DEV Community by Adetayo Adeniyi (@devadetayo).</description>
    <link>https://dev.to/devadetayo</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%2F3236008%2F915b9d74-1bf9-4cca-a38e-a99e043f22b8.jpg</url>
      <title>DEV Community: Adetayo Adeniyi</title>
      <link>https://dev.to/devadetayo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devadetayo"/>
    <language>en</language>
    <item>
      <title>[Boost]</title>
      <dc:creator>Adetayo Adeniyi</dc:creator>
      <pubDate>Sat, 29 Nov 2025 16:17:32 +0000</pubDate>
      <link>https://dev.to/devadetayo/-5f5j</link>
      <guid>https://dev.to/devadetayo/-5f5j</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/devadetayo" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3236008%2F915b9d74-1bf9-4cca-a38e-a99e043f22b8.jpg" alt="devadetayo"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/devadetayo/stop-fighting-your-build-tools-meet-atomattr-4bko" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Stop fighting your build tools. Meet AtomAttr.&lt;/h2&gt;
      &lt;h3&gt;Adetayo Adeniyi ・ Nov 28&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#css&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>css</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Stop fighting your build tools. Meet AtomAttr.</title>
      <dc:creator>Adetayo Adeniyi</dc:creator>
      <pubDate>Fri, 28 Nov 2025 20:51:16 +0000</pubDate>
      <link>https://dev.to/devadetayo/stop-fighting-your-build-tools-meet-atomattr-4bko</link>
      <guid>https://dev.to/devadetayo/stop-fighting-your-build-tools-meet-atomattr-4bko</guid>
      <description>&lt;p&gt;For years, frontend development has been dominated by the build step. Webpack, Rollup, Vite, PostCSS... the list goes on.&lt;/p&gt;

&lt;p&gt;While tools like Tailwind CSS revolutionized how we style apps, they introduced a heavy dependency on Node.js environments. If you are a backend developer (PHP, Python, Go) or just want to prototype a quick idea, setting up a full frontend toolchain feels like overkill.&lt;/p&gt;

&lt;p&gt;I asked myself: &lt;strong&gt;What if you could just write HTML?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;&lt;a href="https://devadetayo.github.io/quanta-atomattr/" rel="noopener noreferrer"&gt;AtomAttr&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚛️ What is AtomAttr?
&lt;/h2&gt;

&lt;p&gt;AtomAttr is a &lt;strong&gt;runtime CSS engine&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Instead of compiling your CSS at build time, it compiles it in the browser, instantly. It uses a &lt;code&gt;MutationObserver&lt;/code&gt; to watch your DOM and injects atomic CSS rules only for the attributes you actually use.&lt;/p&gt;

&lt;p&gt;It weighs less than &lt;strong&gt;10kb&lt;/strong&gt;, has &lt;strong&gt;zero dependencies&lt;/strong&gt;, and requires &lt;strong&gt;no config&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚡ How it works
&lt;/h2&gt;

&lt;p&gt;You drop one script tag in your header. That's it.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;script src="[https://unpkg.com/quanta-atomattr/dist/atomattr.min.js](https://unpkg.com/quanta-atomattr/dist/atomattr.min.js)" defer&amp;gt;&amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then, you style using attributes instead of classes:&lt;/p&gt;

&lt;p&gt;HTML&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div flex center h="screen" bg="slate-900"&amp;gt;
    &amp;lt;div bg="white" p="8" radius="xl" hover-scale="1.05" transition="all"&amp;gt;
        &amp;lt;h1 text="indigo-600" size="2rem"&amp;gt;Hello World&amp;lt;/h1&amp;gt;
        &amp;lt;p text="slate-500"&amp;gt;No build step required.&amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Features at a glance:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Atomic Syntax: p="4", m="auto", flex, grid.&lt;/li&gt;
&lt;li&gt;Responsive: Mobile-first breakpoints (md-, lg-, xl-).&lt;/li&gt;
&lt;li&gt;Stateful: Built-in interaction states (hover-, focus-, active-).&lt;/li&gt;
&lt;li&gt;Dark Mode: Native support via dark- prefix.&lt;/li&gt;
&lt;li&gt;Arbitrary Values: Need a specific width? Just write w="350px". The engine handles it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🚀 Why Runtime?&lt;br&gt;
"Isn't runtime CSS slow?"&lt;/p&gt;

&lt;p&gt;Actually, no. AtomAttr uses CSSStyleSheet.insertRule(), which modifies the browser's internal CSSOM directly. It does not parse text or trigger heavy layout thrashing like older methods. The performance impact is negligible (sub-10ms) for even complex pages.&lt;/p&gt;

&lt;p&gt;🛠️ Try it out&lt;br&gt;
I built a playground where you can test the engine live without leaving your browser.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://devadetayo.github.io/atomattr/playground.html" rel="noopener noreferrer"&gt;Live Playground&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://devadetayo.github.io/atomattr/docs.html" rel="noopener noreferrer"&gt;Documentation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/devadetayo/atomattr" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm looking for feedback from the community. If you hate build steps as much as I do, give AtomAttr a spin and let me know what you think!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>css</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
