I am a React/MobX user and there is a naming convention where React Hooks start with use. Please consider renaming useClear and useDisposers to distinguish from React hook.
The MobX team has done this with useStaticRendering and renamed it to enableStaticRendering.
Great library!
I am a React/MobX user and there is a naming convention where React Hooks start with
use
. Please consider renaminguseClear
anduseDisposers
to distinguish from React hook.The MobX team has done this with
useStaticRendering
and renamed it toenableStaticRendering
.Some suggests:
useClear
->clearPersist
useDisposers
->stopPersist