How to create a grow-shrink header in React
Hello World!
Let me show you how we can create a header, that shrinks when we scroll down and expands when we scroll back to the top.
Steps to achieve the goal
Listen to the page scroll.
When scrolled beyond a point, shrink the header.
When scroll...
sriram23.hashnode.dev3 min read