I would like to know how to implement toast notifications in React using the modern React hooks API. Specifically, I would like to have a useToasts hook that re...