With react-router I can use the Link element to create links which are natively handled by react router.
react-router
Link
I see internally it calls t
t
React-Router V4
if you're using version 4 then you can use my library (Shameless plug) where you simply dispatch an action and everything just works!
dispatch(navigateTo("/aboutUs"));
trippler