/understandingrouting

This now helps understand how **BrowserRouter** holds within it **Link** and **Path**. **Switch** statement wrapping Path helps us define routes with exact for navigation.

Primary LanguageJavaScript

basics of routing using react-router-dom

This now helps understand how BrowserRouter holds within it Link and Path. Switch statement wrapping Path helps us define routes with exact for navigation.