<?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: Deb Axom</title>
    <description>The latest articles on DEV Community by Deb Axom (@debaxom).</description>
    <link>https://dev.to/debaxom</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%2F1069493%2F325f6257-d25c-4ec4-bb34-67905986e0bb.png</url>
      <title>DEV Community: Deb Axom</title>
      <link>https://dev.to/debaxom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/debaxom"/>
    <language>en</language>
    <item>
      <title>I hated React, so I created my own web framework, Nijor !</title>
      <dc:creator>Deb Axom</dc:creator>
      <pubDate>Thu, 31 Jul 2025 17:00:32 +0000</pubDate>
      <link>https://dev.to/debaxom/i-hated-react-so-i-created-my-own-web-framework-nijor--8cl</link>
      <guid>https://dev.to/debaxom/i-hated-react-so-i-created-my-own-web-framework-nijor--8cl</guid>
      <description>&lt;h2&gt;
  
  
  Origin Story
&lt;/h2&gt;

&lt;p&gt;In 2020, at the age of 14, I stumbled upon React. Its complexity intimidated me, but the idea of custom HTML tags through components sparked my curiosity. Inspired by React and Vue, I set out to build my own web framework from scratch. By the end of the year, after countless hours of effort, I had created Nijor : a lightweight framework powered by JavaScript classes which allowed developers to write custom HTML tags. I was just shy of my 15th birthday when I completed the first version.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why "Nijor" ?
&lt;/h2&gt;

&lt;p&gt;The name Nijor comes from the Assamese word "নিজৰ," meaning "my own." It reflects the framework’s core philosophy: empowering developers to craft their own custom HTML tags with unique attributes, tailored to their needs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Choose Nijor ?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Reusable Components&lt;/strong&gt; : Nijor lets you write modular, reusable components in *.nijor files. This keeps your codebase clean, organized, and easier to debug, saving time and effort.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scoped CSS&lt;/strong&gt; : Say goodbye to CSS conflicts. Nijor scopes styles to individual components, ensuring they don’t interfere with each other. Need global styles? Just add them to style.css.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Effortless Routing&lt;/strong&gt; : Nijor’s file-system-based client-side router works out of the box. No configuration or extra code is needed, and it supports parameterized routing for dynamic pages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Server-Side Rendering (SSR)&lt;/strong&gt; : Nijor supports SSR with a unique approach, setting it apart from other frameworks and enabling faster page loads.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reactivity (Beta)&lt;/strong&gt; : Experiment with reactive variables using a specialized JavaScript syntax. While still in development, this feature lays the groundwork for dynamic, responsive applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  How does Nijor work ?
&lt;/h2&gt;

&lt;p&gt;Nijor uses Rolldown (earlier used Rollup) and JSDOM behind the scene to compile all the *.nijor files to browser readable *.js files.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started with Nijor !
&lt;/h2&gt;

&lt;p&gt;Ready to explore ? Check out the &lt;a href="https://nijorjs.github.io" rel="noopener noreferrer"&gt;Nijor Docs&lt;/a&gt;.&lt;/p&gt;

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