<?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: Ayush Duwal</title>
    <description>The latest articles on DEV Community by Ayush Duwal (@ayush_duwal_61b86fe97f51c).</description>
    <link>https://dev.to/ayush_duwal_61b86fe97f51c</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%2F3891468%2Ff4e27db1-36a0-4f5b-8782-ae9ab8c53f6b.png</url>
      <title>DEV Community: Ayush Duwal</title>
      <link>https://dev.to/ayush_duwal_61b86fe97f51c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayush_duwal_61b86fe97f51c"/>
    <language>en</language>
    <item>
      <title>Hii!</title>
      <dc:creator>Ayush Duwal</dc:creator>
      <pubDate>Wed, 22 Apr 2026 00:10:00 +0000</pubDate>
      <link>https://dev.to/ayush_duwal_61b86fe97f51c/hii-20ef</link>
      <guid>https://dev.to/ayush_duwal_61b86fe97f51c/hii-20ef</guid>
      <description>&lt;p&gt;GM&lt;/p&gt;

</description>
      <category>react</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>Hey Dear,</title>
      <dc:creator>Ayush Duwal</dc:creator>
      <pubDate>Wed, 22 Apr 2026 00:08:08 +0000</pubDate>
      <link>https://dev.to/ayush_duwal_61b86fe97f51c/hey-dear-465f</link>
      <guid>https://dev.to/ayush_duwal_61b86fe97f51c/hey-dear-465f</guid>
      <description>&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/facebook" rel="noopener noreferrer"&gt;
        facebook
      &lt;/a&gt; / &lt;a href="https://github.com/facebook/react" rel="noopener noreferrer"&gt;
        react
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      The library for web and native user interfaces.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;
&lt;a href="https://react.dev/" rel="nofollow noopener noreferrer"&gt;React&lt;/a&gt; · &lt;a href="https://github.com/facebook/react/blob/main/LICENSE" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667" alt="GitHub license"&gt;&lt;/a&gt; &lt;a href="https://www.npmjs.com/package/react" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/b8099b76a7298418989f4262cfa216209b40a924fd0fc2b4f17e5c63383f9735/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f72656163742e7376673f7374796c653d666c6174" alt="npm version"&gt;&lt;/a&gt; &lt;a href="https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml" rel="noopener noreferrer"&gt;&lt;img src="https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml/badge.svg" alt="(Runtime) Build and Test"&gt;&lt;/a&gt; &lt;a href="https://github.com/facebook/react/actions/workflows/compiler_typescript.yml" rel="noopener noreferrer"&gt;&lt;img src="https://github.com/facebook/react/actions/workflows/compiler_typescript.yml/badge.svg?branch=main" alt="(Compiler) TypeScript"&gt;&lt;/a&gt; &lt;a href="https://legacy.reactjs.org/docs/how-to-contribute.html#your-first-pull-request" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/dd0b24c1e6776719edb2c273548a510d6490d8d25269a043dfabbd38419905da/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667" alt="PRs Welcome"&gt;&lt;/a&gt;
&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;React is a JavaScript library for building user interfaces.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Declarative:&lt;/strong&gt; React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable, simpler to understand, and easier to debug.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Component-Based:&lt;/strong&gt; Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learn Once, Write Anywhere:&lt;/strong&gt; We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using &lt;a href="https://nodejs.org/en" rel="nofollow noopener noreferrer"&gt;Node&lt;/a&gt; and power mobile apps using &lt;a href="https://reactnative.dev/" rel="nofollow noopener noreferrer"&gt;React Native&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://react.dev/learn" rel="nofollow noopener noreferrer"&gt;Learn how to use React&lt;/a&gt;…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/facebook/react" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>react</category>
      <category>html</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
