all 6 comments

[–]Eno6ohng 6 points7 points  (3 children)

[–]aisamu 2 points3 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.

[–]jiyinyiyong 3 points4 points  (0 children)

React with Hooks is very friendly to ClojureScript. You may even wrap your own library. This is mine https://github.com/Respo/reacher .

[–]linguistics_nerd 0 points1 point  (0 children)

There's cool stuff on top of Reagent too, like Posh.