clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
2021-03-23T22:26:13.235100Z

https://cljdoc.org/d/reagent/reagent/1.0.0/doc/tutorials/react-features#react-features I take it if using context, the consumer must return a r/as-element vs a regular hiccup vector to function?

p-himik 2021-03-23T22:31:54.235300Z

Yes, because Consumer is a React class and has no idea how to use Hiccup vectors.