clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
Aron 2020-10-07T01:56:12.316700Z

I think I will use js-interop instead of bean, but only when I absolutely need either

Pradeep B 2020-10-07T02:10:37.316900Z

thanks @victorbjelkholm429 yes, comfortable with HTML. Will look into this.

Pradeep B 2020-10-07T02:12:33.317100Z

at first glance ddin’t find anything related to making an AJAX call (basiclly to make async call to some api and render api response).

victorb 2020-10-07T07:42:42.317800Z

That's the final piece and you can build the full UI first, then add the Data Source (via either just cljs interop with js/fetch (lookup window.fetch) or r0man/cljs-http that uses core.async)

1
2020-10-07T16:52:30.320500Z

are there some data visualization tools in the clojurescript ecosystem like cognitect's rebl or clojure.inspector?

2020-10-07T16:53:37.320600Z

right now i'm mostly rocking cljs.pprint

Jan K 2020-10-07T16:57:34.320800Z

https://github.com/binaryage/cljs-devtools

2020-10-07T17:03:16.321100Z

thanks!

phronmophobic 2020-10-07T17:16:51.321300Z

I haven't used it, but there's also https://github.com/djblue/portal

phronmophobic 2020-10-07T17:21:00.321600Z

and as an alternative to pprint, I've been working on https://blog.phronemophobic.com/treemap/treemaps-are-awesome.html

2020-10-07T20:06:47.322300Z

wow!

2020-10-07T20:07:08.322500Z

that's really cool

p-himik 2020-10-07T20:15:23.322700Z

And if you're using shadow-cljs, there's built-in "Inspect" feature: https://clojureverse.org/t/introducing-shadow-cljs-inspect/5012