Questions
- Q. What libraries will be required?
- Q. How to create the outlet?
Ans. I guess something like
Q. How to create routerLink? Q. How to create navigation bar with common header and other pages loading below it?
Libs available:
- react-router
- one more
yarn add react-router-dom@6There is process to go through updates with them: For react-router upgrades:
- Redirect and switch were removed.
Also refer Crown Clothing
index.js

Router outlet

Base component for route with index prop:

