helix

https://github.com/Lokeh/helix
fabrao 2020-06-08T13:22:31.161700Z

Hello all, is there any way to inspect the state from REPL?

Aron 2020-06-08T13:28:10.162500Z

react dev tools

lilactown 2020-06-08T15:14:36.162900Z

There isn’t a way to do if from the REPL yet

fabrao 2020-06-08T16:25:21.163700Z

do you think is that possible doing something like re-frisk?

alidlorenzo 2020-06-08T23:13:44.164600Z

hey ya’ll, been working on a lib to make it easier to wrap entire react libraries with a single macro call. also includes a Hiccup compiler since I prefer composing components as vector data but couldn’t extend Hicada the way I needed to. goal is to use it together with Helix’s hooks and dev support. https://github.com/alidlo/rewrap

lilactown 2020-06-08T23:50:21.165100Z

very cool!

lilactown 2020-06-08T23:57:16.166Z

@alidcastano would this be how you use it with helix?

(interop/inter-comps {:emitter '$
                      :interns [View Text]})