<?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: WERVER</title>
    <description>The latest articles on DEV Community by WERVER (@wever).</description>
    <link>https://dev.to/wever</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%2Forganization%2Fprofile_image%2F5397%2F57af9dd5-2827-4b30-88d1-3d02837d613c.png</url>
      <title>DEV Community: WERVER</title>
      <link>https://dev.to/wever</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wever"/>
    <language>en</language>
    <item>
      <title>@WEVER - the modern technology to built incredible User Interfaces </title>
      <dc:creator>CodeWithArif</dc:creator>
      <pubDate>Tue, 08 Mar 2022 01:52:03 +0000</pubDate>
      <link>https://dev.to/wever/wever-the-modern-technology-to-built-incredible-user-interfaces-1plf</link>
      <guid>https://dev.to/wever/wever-the-modern-technology-to-built-incredible-user-interfaces-1plf</guid>
      <description>&lt;p&gt;&lt;strong&gt;@WEVER JS&lt;/strong&gt; is a node js framework and at the same time a beautiful technology to built &lt;strong&gt;incredible user interface&lt;/strong&gt; in the web. It is &lt;strong&gt;fully customizable, flexible, declarative, component-based JavaScript framework &amp;amp; library to build complex and incredible UI (User Interface)&lt;/strong&gt;. This technology is an advance technology and at the same time a &lt;strong&gt;beginner friendly technology&lt;/strong&gt;. This framework works on virtual dom, like react and others. Here we also use JSX (Javascript XML) toale the development declarative.&lt;/p&gt;

&lt;h2&gt;
  
  
  XEON JS
&lt;/h2&gt;

&lt;p&gt;The main library of &lt;strong&gt;@WEVER is XEON JS&lt;/strong&gt;. It's nothing but a lightweight javascript library. Here we have multiple functions to help developers to create their dream projects. The most useful function is &lt;code&gt;xeon.XSET();&lt;/code&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;h4&gt;
  
  
  1. createElement()
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;xeon.createElement();&lt;/code&gt; function is used to create document node. This is functionally simple but working complex. This can create &lt;strong&gt;5 types of namespace&lt;/strong&gt; element including &lt;strong&gt;HTML and SVG&lt;/strong&gt;.&lt;/p&gt;


&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="cm"&gt;/*
 * @param {String|Function} tag - tha name of the element or a function if component.
 * @param {Objects} attributes - Key value pairs of attributes
 * @param {Array} children - list of children.
 * @param {HTMLElement} parent - the parent element of the element, if exist.
 */&lt;/span&gt;
&lt;span class="nx"&gt;createElement&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;tag&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;String&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="nb"&gt;Function&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;attributes&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;Object&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;children&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;Array&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;parent&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;HTMLElement&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/blockquote&gt;


&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  To be continued...
&lt;/h2&gt;

</description>
    </item>
  </channel>
</rss>
