Why does react-router render previous component, when the path is added by the user in the browser tab?
I'm new to React, and I'm creating a personal project. I've created a couple of pages and everything is working fine, but if I type the URL inside the browser navigation tab, the router render the previous Component. Imagine that you are in your.site...
Apr 13, 2017D