Change useHooks to something else
Brooooooklyn opened this issue · 2 comments
Brooooooklyn commented
use means hooks already. useHooks looks too verbose.
runjuu commented
Just an idea. We could split useHooks into two hooks methods. One is useState and the other is useAction. The advantage is that if there is an FC only needs the action but the state. Use useAction can avoid unnecessarily re-render. Does anyone have any idea?
runjuu commented
fix at release 0.10.0