Hello all, is there any way to inspect the state from REPL?
https://clojurians.slack.com/archives/CRRJBCX7S/p1591199261128000 <- ?
react dev tools
There isn’t a way to do if from the REPL yet
do you think is that possible doing something like re-frisk
?
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
very cool!
@alidcastano would this be how you use it with helix?
(interop/inter-comps {:emitter '$
:interns [View Text]})