<?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: Steven Collins</title>
    <description>The latest articles on DEV Community by Steven Collins (@stelco).</description>
    <link>https://dev.to/stelco</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%2F228873%2Fe2cc5f50-a8e0-42a1-b2f9-2570f9b734d5.png</url>
      <title>DEV Community: Steven Collins</title>
      <link>https://dev.to/stelco</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stelco"/>
    <language>en</language>
    <item>
      <title>Perform a POST request to API from React using Express Server</title>
      <dc:creator>Steven Collins</dc:creator>
      <pubDate>Sat, 05 Oct 2019 14:37:44 +0000</pubDate>
      <link>https://dev.to/stelco/perform-a-post-request-to-api-from-react-using-express-server-d5</link>
      <guid>https://dev.to/stelco/perform-a-post-request-to-api-from-react-using-express-server-d5</guid>
      <description>&lt;p&gt;Hi, I am trying to perform a POST request to our API (on a seperate server) from React using Express Server.  All GET requests are working ok and when I do a POST request from a form in React, the req.body data is received by the express server and console.log shows this on the server.&lt;br&gt;
My problem is taking this data and posting it back to the API.&lt;br&gt;
I have a question here on stackoverflow so I wont retype it all out.  Just hoping somebody can help with this as ive been trying to figure out for a few days now.  Thanks.&lt;br&gt;
&lt;a href="https://stackoverflow.com/questions/58222743/sending-req-body-from-react-to-express-then-post-to-api"&gt;https://stackoverflow.com/questions/58222743/sending-req-body-from-react-to-express-then-post-to-api&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>express</category>
      <category>axios</category>
      <category>node</category>
    </item>
  </channel>
</rss>
