https://github.com/lilactown/helix version 0.1.0
is out! This includes two updates:
• a new macro, helix.dom/$d
which makes it easier to create elements out of components that expect common DOM prop conversion semantics
• enables :check-invalid-hooks-usage
feature flag by default, which means you will get warnings when you break the https://reactjs.org/docs/hooks-rules.html in components and hooks created via defnc
and defhook
Please follow up in #helix with any questions or comments 😄