I built up a React App using the Facebook create-react-app and everything works fine locally, I also have a hosting plan that uses an Apache server.
Trying to learn more about client vs. server side routing I found this great post, which makes a lot of sense to me. I want to use the Catch-all solution (although, I am using react-router v4, which seems to operate somewhat differently than v3)...
As someone completely new to back-end servers, and no Apache knowledge are there any good guides or suggestions re how to set up a React App on an Apache server (with react-router v4)? (This is my first attempt at setting something up on a server.)
Thanks for any guidance.