Refreshing Or Direct Navigation

If you don't want to manage the routing of all the URLs at your server, you can either use <HashRouter> or configure webpack:

devServer: { historyApiFallback: true, contentBase: './', hot: true},