mithi / epic-react-exercises

Practical React exercises with detailed solutions.
https://epic-react-exercises.vercel.app
Apache License 2.0
159 stars 36 forks source link

The right section (notes/ discussion) should scroll to the top when we switch pages #112

Closed mithi closed 3 years ago

mithi commented 3 years ago

We'd have to modify

https://github.com/mithi/epic-react-exercises/blob/d62ff4cfaf54598eb6b4bfc518f176d10163bba8/components/notebook/index.js#L129

to scroll to the top on each re-render

r002 commented 3 years ago

Hi! Thank you so much for sharing your project. I found it on Reddit! Can you please assign this issue to me? I'd like to contribute. Thank you! 🙏🙏

PS. Also, you mean the "right" section ("notes/discussion"), correct? That needs to scroll every time the page switches, right?

r002 commented 3 years ago

For reference: