Fork me on GitHub
#clojurescript
<
2018-05-22
>
pesterhazy08:05:50

@thheller what was the data-grid component you mentioned using the other day again?

pesterhazy08:05:09

I remember we talked about a React data table component

bmills15:05:23

folks who use cljs with graphql, what's your preferred way of constructing queries? plain strings? a library like venia? or an integrated solution like re-graph?

jco16:05:27

Can anyone point me to some examples of using MDN's Touch API from CLJS?

theeternalpulse22:05:10

any recommended guides for clojurescript development of chrome plugins?

thheller06:05:59

I'm currently adding support for this to shadow-cljs. see https://github.com/thheller/shadow-cljs/issues/279

😳 4
thheller06:05:21

it not in any release yet but I'll probably make one later today

pesterhazy10:05:39

@U1CUUKHDL there's really not much to it

pesterhazy10:05:09

build a js bundle and load that as the extension

pesterhazy10:05:21

the rest is documented in the Chrome docs

pesterhazy10:05:52

you may run into an issue with character encodings; Chrome is strict about correct UTF8 input when loading extension js files

pesterhazy10:05:53

you'll need to set :closure-output-charset to "US-ASCII"