lilactown / helix

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

defhook macro #27

Closed lilactown closed 4 years ago

lilactown commented 4 years ago

Create a macro that will define new hooks, applying lint rules for rules of hooks as well as adding the ability to annotate certain behavior with metadata.

(defhook use-thing
  [foo bar]
  ,,,)

This can be a building block towards:

lilactown commented 4 years ago

Done