You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty curious why hooks are exported in camelCase instead of, typical for Clojure, kebab-case? Since hx is Clojure(Script) lib it seems like kebab-case would be more "natural"?
The text was updated successfully, but these errors were encountered:
I agree with this now. At the time, I wanted to increase grepability of code written with hx and lean on google to surface docs for the React hooks.
However, the hooks that hx now provides are different enough than the fundamental hooks React provides now that trying to re-use their names doesn't add anything and reads and writes un-idiomatically in a Clojure codebase..
I'm pretty curious why hooks are exported in camelCase instead of, typical for Clojure, kebab-case? Since hx is Clojure(Script) lib it seems like kebab-case would be more "natural"?
The text was updated successfully, but these errors were encountered: