contentql
contentql copied to clipboard
Does not work in Node.js environment
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