這是關於 React 的 Router 練習,其中包括 BowserRouter as Router、Route、Switch、Link、useHistory 及 renderRoutes() 的練習,從基本的陣列路由,一直到巢狀路由,最後到進階的 React Router Config 管理。
1. $ git clone https://github.com/RexHung0302/react-router-practice.git
2. $ cd react-router-practice
3. $ npm i / yarn i
4. $ npm start / yarn start 擇一
5. Enjoy it!