An easy scroll to top component based on the React Router Scroll Restoration Example
npm install react-router-scroll-top

An easy and short-hand component based on the React Router Scroll Restoration Example.
``jsx
import ScrollToTop from 'react-router-scroll-top'
const App = () => (
)
// or just render it bare anywhere you want, but just one :)
`
If you use yarn
`shell`
yarn add react-router-scroll-top
And if you use npm
`shell``
npm install react-router-scroll-top --save