<?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: Brian Duggan</title>
    <description>The latest articles on DEV Community by Brian Duggan (@briand91).</description>
    <link>https://dev.to/briand91</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%2F347456%2F54ccb5ca-55af-4aa6-b8bd-63e7268b0d83.png</url>
      <title>DEV Community: Brian Duggan</title>
      <link>https://dev.to/briand91</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/briand91"/>
    <language>en</language>
    <item>
      <title>Micro-Lesson: Shiny Object Syndrome and the Law of the Instrument</title>
      <dc:creator>Brian Duggan</dc:creator>
      <pubDate>Thu, 12 Mar 2020 15:58:56 +0000</pubDate>
      <link>https://dev.to/briand91/micro-lesson-shiny-object-syndrome-and-the-law-of-the-instrument-49pd</link>
      <guid>https://dev.to/briand91/micro-lesson-shiny-object-syndrome-and-the-law-of-the-instrument-49pd</guid>
      <description>&lt;p&gt;This is my first post, and I don't consider myself the most eloquent writer. So pardon any errors.&lt;/p&gt;

&lt;p&gt;Recently I have started diving into React Hooks, and as such I have tried to find any and all excuse to introduce them in my code. They're the hot new thing in state management, right? I mean if you're &lt;em&gt;not&lt;/em&gt; managing state with hooks......what are you even doing with your life?&lt;/p&gt;

&lt;p&gt;And I wound up running into increasingly subtle edge-cases that were resolved by me simply removing the hooks and simplifying any logic I needed in a given component.&lt;/p&gt;

&lt;p&gt;While hooks are nice and have their place, they, like every other hot new function, library, design pattern, language, are not a panacea.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"&lt;em&gt;If all you have is a react hook, every problem looks like it can be solved with state management.&lt;/em&gt;"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;P.S. If you're in the Pittsburgh PA area and looking for a job, Idelic is hiring! &lt;a href="https://idelic.com/careers/"&gt;https://idelic.com/careers/&lt;/a&gt;&lt;/p&gt;

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