<?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: Griehle</title>
    <description>The latest articles on DEV Community by Griehle (@griehle).</description>
    <link>https://dev.to/griehle</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F330262%2F45d0fab2-3302-406b-a1c2-8f03c17a1847.png</url>
      <title>DEV Community: Griehle</title>
      <link>https://dev.to/griehle</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/griehle"/>
    <language>en</language>
    <item>
      <title> RESTful API with React help</title>
      <dc:creator>Griehle</dc:creator>
      <pubDate>Tue, 04 Feb 2020 17:58:40 +0000</pubDate>
      <link>https://dev.to/griehle/restful-api-with-react-help-5an7</link>
      <guid>https://dev.to/griehle/restful-api-with-react-help-5an7</guid>
      <description>&lt;p&gt;I am using the rick and morty API to learn some things using the rest api. I have built crds out like they have with the character info on it. What I need to do is figure out how to include an episodes name array to the card as well. But it's a different API /episodes instead of /characters. I considered using an each as it went through but that seems really inefficient. I am using map inside the render of the component and have built a separate component for episodes, and again, it feel like that is making it more complicated. Just wondering what kid of strategy you might use to access the episodes and display them in a card. &lt;/p&gt;

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