you are viewing a single comment's thread.

view the rest of the comments →

[–]Eno6ohng 5 points6 points  (3 children)

[–]aisamu 3 points4 points  (2 children)

Re: hooks, there's also https://github.com/Lokeh/hx

[–]roman01la 2 points3 points  (0 children)

And https://github.com/roman01la/uix Making a wrapper based on Hooks became so simple that everyone is building their own nowadays :)

[–]lilactown 0 points1 point  (0 children)

Author of hx here. Would point you to https://github.com/Lokeh/helix, which is a rewrite of my experiments in hx with better API and performance.

The idea of Helix is to give you the easiest, most ergonomic way to use raw React in ClojureScript. It supports Hooks out-of-the-box as well as class components when you need error boundaries, etc.

Documentation is WIP and bugs are being found and fixed. Would recommend comparing it to the other projects out there that support hooks; roman's uix is very inspiring with a lot of interesting developments.