Creating my first application in React.js and want to submit contact form to a email with Ajax. I\'ve used this solution as guideline: https://liusashmily.wordpress.com/author/l
As React is UI component framework you can use third party library for ajax post. https://www.npmjs.com/package/react-axios
Here is an example of how to use this. https://handyopinion.com/reactjs-post-form-with-ajax/