klee-contrib / focus-demo-app

Demo application developed with FOCUS bookstores version 2.
http://kleegroup.github.io/focus-demo-app/
MIT License
2 stars 4 forks source link

Fix react router bugs #165

Closed GuenoleK closed 8 years ago

GuenoleK commented 8 years ago

FIX #164

Navigate

The page, when clicking on a link, didn't go back the top of the page. By default I did a window.scrollTo on the componentDidMount to go to the top of the page on the first load. I'll see with you if you have a better way to do this with react-router @pierr @TomGallon