Describe the issue
While I skimming through your document, I noticed that there are useBooleanState and useToggle . I wonder if both of these hooks are needed. I think that they are virtually the same. In specific, isn't useToggle subset of useBooleanState?
Additional context
N/A