81. How does client-side routing work?
Share
If you have used react-router before, you must know there are 3 kinds of router,
- BrowserRouter
- HashRouter
- MemoryRouter
What is the difference of them ? How did they work ?
To best understand this, you are suggested to write your own client-side router, with