yuchi / hooks.macro

☔️ Babel Macros for automatic React Hooks memoization invalidation
MIT License
357 stars 5 forks source link

Fixes issue #16 dynamic components #17

Closed adrianhelvik closed 4 years ago

adrianhelvik commented 4 years ago

I made a fix for the issue. I am not an expert at writing babel macros/plugins, but it might serve as a starting point. It also enables the do expressions test.

adrianhelvik commented 4 years ago

Both pull requests have been merged into the npm package @adrianhelvik/hooks.macro if you wish to test them out.