My team and I are using ClojureScript to do server-side rendering as well, and would like to use the contentfql API to query contentful.
Currently, contentql depends on cljs-http which does not work very well in a Node.js context. I've created a fork[0] and replaced cljs-http with kvlt[1].
If there's interest, I could create a patch for this to be merged upstream.
[0] https://github.com/Lokeh/contentql
[1] https://github.com/nervous-systems/kvlt
My team and I are using ClojureScript to do server-side rendering as well, and would like to use the contentfql API to query contentful.
Currently, contentql depends on
cljs-httpwhich does not work very well in a Node.js context. I've created a fork[0] and replacedcljs-httpwith kvlt[1].If there's interest, I could create a patch for this to be merged upstream.
[0] https://github.com/Lokeh/contentql
[1] https://github.com/nervous-systems/kvlt