<?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: Chi-Heng Huang</title>
    <description>The latest articles on DEV Community by Chi-Heng Huang (@thinkerelwin).</description>
    <link>https://dev.to/thinkerelwin</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%2F338082%2F0eaef7d1-a83c-420b-a6cf-fe2c8b6aa26e.jpeg</url>
      <title>DEV Community: Chi-Heng Huang</title>
      <link>https://dev.to/thinkerelwin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thinkerelwin"/>
    <language>en</language>
    <item>
      <title>A stock watching app using Redux toolkit, React-testing-library</title>
      <dc:creator>Chi-Heng Huang</dc:creator>
      <pubDate>Mon, 06 Apr 2020 04:04:14 +0000</pubDate>
      <link>https://dev.to/thinkerelwin/a-stock-watching-app-using-redux-toolkit-react-testing-library-4d2b</link>
      <guid>https://dev.to/thinkerelwin/a-stock-watching-app-using-redux-toolkit-react-testing-library-4d2b</guid>
      <description>&lt;p&gt;Reason: When I noticed the Redux toolkit is released three months ago, I know I need to try it, and the test example that I find out on the web mostly focuses on the unit tests, but I have more confidence in the integration test.&lt;/p&gt;

&lt;p&gt;So I decided to write one myself, most tests are integration tests, using the redux toolkit in conjunction with hooks. It's RWD design, trying to hit as many 'best practice' as I know, and here I am, share what I've learned so far, and looking for feedback from our lovely community.&lt;/p&gt;

&lt;p&gt;Online Demo: &lt;a href="https://stock-scout.now.sh/"&gt;https://stock-scout.now.sh/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub repo: &lt;a href="https://github.com/thinkerelwin/stock-scout"&gt;https://github.com/thinkerelwin/stock-scout&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;p.s. I use Heroku (free tier) on fetching the data, so on your first visit, it's possible to see 'timeout' message, just refresh again, don't need to worry about that.&lt;/p&gt;

</description>
      <category>react</category>
      <category>redux</category>
      <category>testing</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
