<?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: Wael</title>
    <description>The latest articles on DEV Community by Wael (@wael).</description>
    <link>https://dev.to/wael</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%2F359107%2Fdac98777-c7c2-4f44-a045-ada2d3617e42.png</url>
      <title>DEV Community: Wael</title>
      <link>https://dev.to/wael</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wael"/>
    <language>en</language>
    <item>
      <title>Announcing ElementsKit: a toolkit of reactive primitives for building the web UI</title>
      <dc:creator>Wael</dc:creator>
      <pubDate>Wed, 22 Apr 2026 20:39:14 +0000</pubDate>
      <link>https://dev.to/wael/announcing-elementskit-a-toolkit-of-reactive-primitives-for-building-the-web-ui-2gbd</link>
      <guid>https://dev.to/wael/announcing-elementskit-a-toolkit-of-reactive-primitives-for-building-the-web-ui-2gbd</guid>
      <description>&lt;p&gt;I'm happy to announce &lt;a href="https://github.com/waelbettayeb/elements-kit" rel="noopener noreferrer"&gt;ElementsKit&lt;/a&gt;: a toolkit of reactive primitives for building the web UI. Signals, JSX, custom elements, and utilities. Use them standalone, compose them, or use them inside &lt;strong&gt;React&lt;/strong&gt;, &lt;strong&gt;Svelte&lt;/strong&gt; ...&lt;/p&gt;

&lt;p&gt;› &lt;strong&gt;Compose, don't configure&lt;/strong&gt;. &lt;code&gt;signal&lt;/code&gt;, &lt;code&gt;computed&lt;/code&gt;, &lt;code&gt;on&lt;/code&gt;, &lt;code&gt;fromEvent&lt;/code&gt;, &lt;code&gt;async&lt;/code&gt;. Combine primitives instead of maintaining an overloaded interface. Overloaded interfaces accumulate breaking changes and deprecation every consumer has to track.&lt;/p&gt;

&lt;p&gt;› &lt;strong&gt;Close to the platform&lt;/strong&gt;. JSX compiles to &lt;code&gt;document.createElement&lt;/code&gt;. &lt;code&gt;promise&lt;/code&gt; extends &lt;code&gt;Promise&lt;/code&gt;. &lt;code&gt;async&lt;/code&gt; is awaitable. A custom element is an &lt;code&gt;HTMLElement&lt;/code&gt;. No virtual DOM, no proxies, no build steps.&lt;/p&gt;

&lt;p&gt;› &lt;strong&gt;Predictable and explicit (no magic)&lt;/strong&gt;. &lt;code&gt;signal&lt;/code&gt;/&lt;code&gt;compose&lt;/code&gt; are reactive; nothing else is. No heuristic dependency tracking, no hidden subscriptions.&lt;/p&gt;

&lt;p&gt;› &lt;strong&gt;Designed for the AI age&lt;/strong&gt;. Code is cheap; maintenance still isn’t. Primitives compose into higher-level blocks. Swap one block at a time instead of maintaining long lines of code.&lt;/p&gt;

&lt;p&gt;› &lt;strong&gt;Bundler-friendly&lt;/strong&gt;. Every primitive is its own subpath — &lt;code&gt;elements-kit/signals&lt;/code&gt;, &lt;code&gt;elements-kit/utilities/media-query&lt;/code&gt;, &lt;code&gt;elements-kit/integrations/react&lt;/code&gt;. Import only what you need. &lt;/p&gt;

&lt;p&gt;Source code: &lt;a href="https://github.com/waelbettayeb/elements-kit" rel="noopener noreferrer"&gt;https://github.com/waelbettayeb/elements-kit&lt;/a&gt;&lt;br&gt;
Docs: &lt;a href="https://elements-kit.quba.co" rel="noopener noreferrer"&gt;https://elements-kit.quba.co&lt;/a&gt;&lt;br&gt;
Why?: &lt;a href="https://elements-kit.quba.co/getting-started/philosophy" rel="noopener noreferrer"&gt;https://elements-kit.quba.co/getting-started/philosophy&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>javascript</category>
      <category>ui</category>
    </item>
  </channel>
</rss>
