Routing in React
I will go over how to set up routing in react!
React routing works by manipulating your window. If you open up the console and type “window.history” you get back something like:
History {length: 4, scrollRestoration: "auto", state: null}