DEV Community

Discussion on: Tailwind CSS Contact Form with a node.js Form Handler - Part 2

Collapse
 
gabenedden profile image
GabeNedden

Thanks so much for writing up this post. I'm building a site using the react router and tailwind. Instead of trying to force this into my current project, would I be able to host this handler on an entirely seperate server and then just send the request from my current app to that server?

For example, having your App.js served on a heroku site, then just POST to that URL from my current site.

Thank you for your time!

Collapse
 
brandymedia profile image
Andy Griffiths

Yes of course you can. The code is freely available on Github.

Feel free to use this as you wish 👍

BTW - sorry for the (really) late reply - only just seen this comment.