<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Debugging on dev notes</title>
    <link>https://juhanakristianblog.netlify.app/tags/debugging/</link>
    <description>Recent content in Debugging on dev notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 26 Sep 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://juhanakristianblog.netlify.app/tags/debugging/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What is React Strict Mode?</title>
      <link>https://juhanakristianblog.netlify.app/posts/what-is-react-strict-mode/</link>
      <pubDate>Sat, 26 Sep 2020 00:00:00 +0000</pubDate>
      <guid>https://juhanakristianblog.netlify.app/posts/what-is-react-strict-mode/</guid>
      <description>&lt;p&gt;React Strict Mode is a tool, which comes with React, for detecting possible issues and problems in your application. Currently (Sept. 2020) Strict Mode detects if you have &lt;a href=&#34;https://reactjs.org/docs/strict-mode.html#identifying-unsafe-lifecycles&#34;&gt;unsafe lifecycle methods&lt;/a&gt;, &lt;a href=&#34;https://reactjs.org/docs/strict-mode.html#warning-about-legacy-string-ref-api-usage&#34;&gt;usage of legacy string ref API&lt;/a&gt;, &lt;a href=&#34;https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage&#34;&gt;usage of findDOMNode&lt;/a&gt;, &lt;a href=&#34;https://reactjs.org/docs/strict-mode.html#detecting-unexpected-side-effects&#34;&gt;detecting unexpected side effects&lt;/a&gt; or &lt;a href=&#34;https://reactjs.org/docs/strict-mode.html#detecting-legacy-context-api&#34;&gt;detecting usage of legacy context API&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;So basically, using Strict Mode will help you detect if your app or libraries are using React APIs which are deprecated, unsafe in async code or have problems which might cause bugs. &lt;strong&gt;Strict Mode warnings are only displayed in development&lt;/strong&gt;, so you don&amp;rsquo;t have to worry about them showing up in production. In the future, Strict Mode will likely add other warnings so even if you don&amp;rsquo;t have any now, it&amp;rsquo;s a good idea to keep using it.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
