<?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: kiran kumar reddy</title>
    <description>The latest articles on DEV Community by kiran kumar reddy (@kirankumarrr).</description>
    <link>https://dev.to/kirankumarrr</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%2F183755%2F56307fd4-4229-4d7b-97a7-4efbce31ebff.jpeg</url>
      <title>DEV Community: kiran kumar reddy</title>
      <link>https://dev.to/kirankumarrr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kirankumarrr"/>
    <language>en</language>
    <item>
      <title>How can I make react built minified CSS file as CDN links</title>
      <dc:creator>kiran kumar reddy</dc:creator>
      <pubDate>Wed, 22 Jul 2020 14:05:17 +0000</pubDate>
      <link>https://dev.to/kirankumarrr/how-can-i-make-react-built-minified-css-file-as-cdn-links-3ao8</link>
      <guid>https://dev.to/kirankumarrr/how-can-i-make-react-built-minified-css-file-as-cdn-links-3ao8</guid>
      <description>&lt;p&gt;When I run build command I will get a build folder that contains minified JS, CSS files. When I deploy code in production my CSS will load from build folders. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Problem:&lt;/strong&gt; I don't want my build.css to load it from the same domain in production, instead wanted to create CDN links then call it. This process helps in fetching API calls fast instead of depending on a single Domain which will behave as concurrent API Calls.&lt;/p&gt;

</description>
      <category>react</category>
      <category>css</category>
    </item>
    <item>
      <title>React Column Reordering</title>
      <dc:creator>kiran kumar reddy</dc:creator>
      <pubDate>Wed, 17 Jul 2019 02:59:42 +0000</pubDate>
      <link>https://dev.to/kirankumarrr/react-column-reordering-5g42</link>
      <guid>https://dev.to/kirankumarrr/react-column-reordering-5g42</guid>
      <description>&lt;p&gt;Hi everyone can anyone will guide me how to create customize table and implement column position reordering based on user interest.&lt;br&gt;
If any good resource available please share. thankyou :)&lt;/p&gt;

</description>
      <category>react</category>
    </item>
  </channel>
</rss>
