should I use react route or link code example
Example 1: Link react router
<Link to="/about">About</Link>
Example 2: routes react
npm install --save react-router-dom
<Link to="/about">About</Link>
npm install --save react-router-dom