React custom hooks
Custom hooks were something that confused me for a long time. I could use useState happily, but didn't see why you'd use a custom hook or how you'd create one. Until this week.
The problem
My app includes a component (Search) that has an input box an...
blog.nicm42.me.uk4 min read