How does client-side routing work?
2022年5月1日小于 1 分钟
How does client-side routing work?
Question
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