However this is not quite enough if you use client-side routing. Read the next section if you want to support URLs like /todos/42 in your single-page app. Serving Apps with Client-Side Routing If you use routers that use the HTML5 pushState history API under the hood (for example, Rea...