Fixing the "cannot GET /URL" error on refresh with React Router (or how client side routers work)
A very common error developers run into when building (and specifically refreshing) an app with React Router is 'Cannot GET /url'. In this post we'll look at why that error happens and what to do about it.
tylermcginnis.com