carlzoo / scalperr-ui

Frontend for Scalperr
https://scalperr-ui.netlify.com/
MIT License
1 stars 6 forks source link

Use React Router Link In Navigation #48

Closed conoroshea1996 closed 5 years ago

conoroshea1996 commented 5 years ago

Implement React Router Link instead of using standard anchor tag to prevent page refresh when navigating site

carlzoo commented 5 years ago

We are using hooks for routers in the project instead of React Router, I think this is better done using Redux.

conoroshea1996 commented 5 years ago

Ah ok cool I will Close this request