helix

https://github.com/Lokeh/helix
lilactown 2020-02-03T20:41:58.226100Z

Just did a new release of helix - 0.0.7 Some big changes under the hood. Notable external changes: • [new] Feature flags which can be turned on a per-component basis for experimental features (see docs/experiments.md in repo) • [new] Deprecate $$ function • [new] Allow string keys in props and don’t camelCase them when passed to native components • [fix] Elide displayName in release mode (smaller code!) • [fix] Removes dependency on react-dom/server in helix.core • [new] helix.children for operations on children (equiv of React.Children) • [fix] Passing in dynamic • [fix] You can pass in deps to use-effect / memo / etc. macros dynamically • [new] Experimental support for statically analyzing hooks usage in component bodies and erroring on invalid usage (conditionals, loops)

👏 6
👀 1