Dmitry Iv.
Dmitry Iv.
[open-jsx](https://github.com/OpenJSX) [awesome-react-hooks](https://github.com/rehooks/awesome-react-hooks) [30-seconds-of-react](https://github.com/30-seconds/30-seconds-of-react#usenavigatoronline) https://github.com/kalcifer/react-powerhooks
https://github.com/craig1123/react-recipes
That may make sense for these hooks to check to: * they're not being used before initialized * they're not initialized more that once
Test against heresy. Possibly separate entries would make sense: ```js import useCountdown from '@unihooks/useCountdown/heresy' ```
Reference implementations #### [formal](https://github.com/iamkevinwolf/formal/tree/master/packages/formal-web) #### [react-hook-form](https://github.com/react-hook-form/react-hook-form) - what's `register`? - why `handleSubmit` is returned? Is that `send` or `after send` or what? #### [react-use-form-state](https://github.com/wsmd/react-use-form-state) - `useFormField` is not exposed -...
default is init, isn't that? What that's not the case?
In some reason wishbox cart URL hangs
Can be useful to indicate loading state. That is incurred by gotcha from wishbox - we need to initialize cart with experiences, after the experiences are loaded. For that matter...