<?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: Abhishiv Saxena</title>
    <description>The latest articles on DEV Community by Abhishiv Saxena (@abhishiv).</description>
    <link>https://dev.to/abhishiv</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%2F217220%2F48e1b602-1ce6-45a0-87dc-5272386d33ea.jpeg</url>
      <title>DEV Community: Abhishiv Saxena</title>
      <link>https://dev.to/abhishiv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhishiv"/>
    <language>en</language>
    <item>
      <title>Alfama: Fine grained reactive UI library with explicit subscriptions</title>
      <dc:creator>Abhishiv Saxena</dc:creator>
      <pubDate>Mon, 01 Jul 2024 05:27:13 +0000</pubDate>
      <link>https://dev.to/abhishiv/alfama-fine-grained-reactive-ui-library-with-explicit-subscriptions-1m0f</link>
      <guid>https://dev.to/abhishiv/alfama-fine-grained-reactive-ui-library-with-explicit-subscriptions-1m0f</guid>
      <description>&lt;p&gt;Hey all&lt;/p&gt;

&lt;p&gt;I would like to introduce Alfama, a fine grained reactive UI library with explicit subscriptions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/abhishiv/alfama"&gt;https://github.com/abhishiv/alfama&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Small. Fully featured at ~9kB gzip.&lt;/li&gt;
&lt;li&gt;Truly reactive and fine grained. Unlike VDOM libraries which use diffing to compute changes, it uses fine grained updates to target only the DOM which needs to update.
&lt;strong&gt;- No Magic Explicit subscriptions obviate the need of sample/untrack methods found in other fine grained reactive libraries like solid/sinuous. Importantly, many feel that this also makes your code easy to reason about.&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Signals and Stores. Signals for primitives and Stores for deeply nested objects/arrays.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;First class HMR Preserves Signals/Stores across HMR loads for a truly stable HMR experience&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;DevEx. no compile step needed if you want: choose your view syntax: h for plain javascript or  for babel/typescript.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rich and Complete. From support for SVG to popular patterns like dangerouslySetInnerHTML, ref to Fragment and Portal: Alfama has you covered.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There's also a react-router like router for Alfama called &lt;a href="https://github.com/abhishiv/alfama-router"&gt;alfama-router&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear from people what they think.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>reactive</category>
      <category>vue</category>
      <category>react</category>
    </item>
  </channel>
</rss>
