<?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: kirankumar</title>
    <description>The latest articles on DEV Community by kirankumar (@kiransiluveru).</description>
    <link>https://dev.to/kiransiluveru</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%2F140554%2F511aee6d-ba66-473c-b192-e08d921242e8.jpg</url>
      <title>DEV Community: kirankumar</title>
      <link>https://dev.to/kiransiluveru</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kiransiluveru"/>
    <language>en</language>
    <item>
      <title>New React API proposal</title>
      <dc:creator>kirankumar</dc:creator>
      <pubDate>Fri, 16 Aug 2019 06:26:00 +0000</pubDate>
      <link>https://dev.to/kiransiluveru/new-react-api-proposal-3i0c</link>
      <guid>https://dev.to/kiransiluveru/new-react-api-proposal-3i0c</guid>
      <description>&lt;p&gt;For SVG icons currently, we are preferring like functional components like this&lt;/p&gt;

&lt;p&gt;const SvgIcon = () =&amp;gt; (&lt;br&gt;
    SVG icon tag...&lt;br&gt;
);&lt;/p&gt;

&lt;p&gt;here I am not taking any props for the functional component but if any updates happened parent component child component(SvgIcon) which is an SVG icon is rerendering.&lt;br&gt;
Here we can use memo but the React memo is not preferable for small components like this as a component should have memoizable content (props) or complex computations.&lt;/p&gt;

&lt;p&gt;In SVG icon we can imagine any static text () or image the same happens.&lt;/p&gt;

&lt;p&gt;So here I am proposing like better if we anyone API (naming convention can be anything) in internal it can be wrapped with memo or else any other but it should be rendered only once&lt;/p&gt;

&lt;p&gt;any suggestion, queries.&lt;/p&gt;

&lt;p&gt;Thanks to all&lt;/p&gt;

</description>
      <category>react</category>
    </item>
    <item>
      <title>scroll into view</title>
      <dc:creator>kirankumar</dc:creator>
      <pubDate>Fri, 22 Mar 2019 06:39:15 +0000</pubDate>
      <link>https://dev.to/kiransiluveru/scroll-into-view-1mao</link>
      <guid>https://dev.to/kiransiluveru/scroll-into-view-1mao</guid>
      <description>&lt;p&gt;&lt;strong&gt;Scroll into view&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;How to add scroll into view method for input &lt;strong&gt;type hidden elements&lt;/strong&gt;. Is there any alternative other than this?&lt;/p&gt;

&lt;p&gt;Here is the sample example &lt;a href="https://codesandbox.io/s/w2wwk76wpl"&gt;https://codesandbox.io/s/w2wwk76wpl&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;tags: scroll into view, javascript, input type hidden.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>scrollintoview</category>
    </item>
  </channel>
</rss>
