lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
631 stars 52 forks source link

hook? function checks symbols for camelCase and kebab-case #51

Closed aiba closed 4 years ago

aiba commented 4 years ago

This should detect uses of react/useState or thirdparty libraries like react-navigation/useLinking.

aiba commented 4 years ago

Added tests.

lilactown commented 4 years ago

💪 Thank you!