React SPA without routing at all
11:18 08 Jun 2018

What is the reason of having client side routing in React apps?
Why I can't just use global state to render needed content?
Once I want to change content I could just set this global state via Redux/Context API and rerender.
Is there any other reason to use routers except support of browser navigation back/forward?

reactjs url-routing single-page-application