Really like the examples ! So many of them !
Small thing: in your first example, I wouldn’t use a hook and instead just a normal function because hooks cannot be reused outside of react components or other hooks 😉
You are absolutely correct. Since hooks cannot be reused outside of React components or other hooks, using a normal function would be more appropriate in this case. Thank you for correct it 🙌