<?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: allwell oriso</title>
    <description>The latest articles on DEV Community by allwell oriso (@all_is_boy).</description>
    <link>https://dev.to/all_is_boy</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%2F4072066%2F1e0d72be-d014-4c0c-a289-7cc7d0ac3071.png</url>
      <title>DEV Community: allwell oriso</title>
      <link>https://dev.to/all_is_boy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/all_is_boy"/>
    <language>en</language>
    <item>
      <title>🚀 Say goodbye to Virtual DOM overhead—meet pawaJs!</title>
      <dc:creator>allwell oriso</dc:creator>
      <pubDate>Sun, 16 Aug 2026 10:30:54 +0000</pubDate>
      <link>https://dev.to/all_is_boy/say-goodbye-to-virtual-dom-overhead-meet-pawajs-e15</link>
      <guid>https://dev.to/all_is_boy/say-goodbye-to-virtual-dom-overhead-meet-pawajs-e15</guid>
      <description>&lt;p&gt;If you're looking for a ultra-fast, lightweight JavaScript framework that keeps things simple, pawaJs is definitely worth checking out.&lt;br&gt;
It delivers fine-grained reactive UIs using native HTML and standard JavaScript—without the overhead of a Virtual DOM.&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 state-count="0"&amp;gt;
    &amp;lt;h1&amp;gt;@{count.value}&amp;lt;/h1&amp;gt;
    &amp;lt;span if="count.value &amp;gt; 0"&amp;gt;Positive&amp;lt;/span&amp;gt;
    &amp;lt;span else-if="count.value === 0"&amp;gt;Zero&amp;lt;/span&amp;gt;
    &amp;lt;span else&amp;gt;Negative&amp;lt;/span&amp;gt;
    &amp;lt;button on-click="count.value++"&amp;gt;increase&amp;lt;/button&amp;gt;
    &amp;lt;button on-click="count.value--"&amp;gt;increase&amp;lt;/button&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;🔥 Why developers are loving pawaJs:&lt;br&gt;
✨ No Virtual DOM: Updates trigger direct, fine-grained DOM mutations for insane performance.&lt;br&gt;
✨ Deep Proxy State: Manipulate $state like a standard JS object/array and let pawaJs update the DOM automatically.&lt;br&gt;
✨ Built-in Modifiers: Clean event handling with modifiers like on-click.prevent.stop or on-keyup.enter.debounce.300.&lt;br&gt;
✨ Isomorphic Continuity: Server-Rendered HTML seamlessly "resumes" on the client side without expensive re-hydration steps. &lt;br&gt;
✨ Async Components: Load data seamlessly with top-level async setup hooks.&lt;br&gt;
Whether you're building a lightweight interactive widget or a full single-page app or add into static html page, pawaJs gives you modern reactivity with simple HTML syntax.&lt;br&gt;
Get the simplicity of alpine, reactivity of solidjs, template style like vue and component style like react without jsx.&lt;br&gt;
🌐 Check out the docs:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwkzww1pfko67mf8xud5a.png" class="article-body-image-wrapper"&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwkzww1pfko67mf8xud5a.png" alt=" " width="450" height="360"&gt;&lt;/a&gt; &lt;br&gt;
&lt;a href="https://pawajs.vercel.app" rel="noopener noreferrer"&gt;link&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What’s your go-to framework right now? Let me know in the comments! &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>laravel</category>
      <category>vibecoding</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
