Custom Hooks
Lets image you want to have a scroll tracker in a lot of components, but you don't want to implement it in every component. Therefore you can implement a custom hook to outsource the logic and have a "reactive" hook.
Lets image you want to have a scroll tracker in a lot of components, but you don't want to implement it in every component. Therefore you can implement a custom hook to outsource the logic and have a "reactive" hook.