React SPA without routing at all
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?