This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-27
Channels
- # announcements (5)
- # beginners (267)
- # boot (1)
- # calva (37)
- # cider (11)
- # clara (10)
- # clj-kondo (24)
- # cljsrn (13)
- # clojars (1)
- # clojure (119)
- # clojure-europe (5)
- # clojure-italy (19)
- # clojure-nl (11)
- # clojure-spec (18)
- # clojure-uk (99)
- # clojurescript (44)
- # clojurex (57)
- # community-development (6)
- # cursive (13)
- # datomic (92)
- # duct (12)
- # fulcro (1)
- # graalvm (4)
- # jobs (1)
- # kaocha (6)
- # luminus (3)
- # lumo (9)
- # off-topic (20)
- # pathom (6)
- # re-frame (21)
- # reagent (2)
- # reitit (9)
- # remote-jobs (4)
- # shadow-cljs (32)
- # spacemacs (3)
I published a blog post about getting started with ClojureScript with the absolute bare minimum of tooling. lein
and co abstract away a lot of the process and I found it interesting to try and do without: https://duncanjbrown.com/clojurescript-for-absolute-beginners/
[edn-query-language/eql "0.0.5"]
is out! Now if you want to use the library without having to add the specs to the output you can do it with a closure flag, details at: https://github.com/edn-query-language/eql#removing-specs-on-clojurescript.
Full change log: https://github.com/edn-query-language/eql/blob/master/CHANGELOG.md
[com.wsscode/pathom "2.2.16"]
is out!
Library Changes:
- Support tempid? on pathom graphql config, thanks @codonnell!
- Fix return of parallel timeout
- Support conditional removal of specs using closure defines https://wilkerlucio.github.io/pathom/#_removing_specs_on_clojurescript
Full list of changes: https://github.com/wilkerlucio/pathom/blob/master/CHANGELOG.md
Documentation Changes:
- Add section on how to use ::pc/transform https://wilkerlucio.github.io/pathom/#connect-transform
- Updated docs on batch resolvers https://wilkerlucio.github.io/pathom/#_n_1_queries_and_batch_resolvers
- Update text to make it simpler to follow
- Add demo on how to use pathom built-in pc/transform-batch-resolver
- Add demo on how to use pathom built-in pc/transform-auto-batch

Fulcro 3 is nearing the end of its Alpha releases and should enter Beta soon. The latest alpha is on clojars, and the new revision of the Developer’s Guide is getting close… https://clojars.org/com.fulcrologic/fulcro https://github.com/fulcrologic/fulcro3 https://github.com/fulcrologic/fulcro-developer-guide

restQL v3 is here! https://medium.com/@tech.relations/restql-v3-is-here-1d949c1d75f1 - Content aggregation, - Support for additional HTTP methods, - A self-healing system, - A Clojurescript/Javascript version.
