Client Side Routing π₯ π» β
Objectives Understand the difference between server side routing and client side routing Create a multi-page SPA Utilize the most common react-router components to build a SPA: BrowserRouter, Routes, Route, and Link Use custom hooks like useParams and useHistory to access the state of the router Use the history object to navigate pages Create dynamic routes and use params How Does Server-Side Routing Work for Non-React Websites?