This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-23
Channels
- # announcements (11)
- # architecture (14)
- # babashka (34)
- # bangalore-clj (8)
- # beginners (108)
- # calva (10)
- # cider (19)
- # circleci (9)
- # clj-kondo (19)
- # clojars (4)
- # clojure (62)
- # clojure-australia (2)
- # clojure-europe (62)
- # clojure-italy (14)
- # clojure-nl (8)
- # clojure-poland (1)
- # clojure-spec (14)
- # clojure-uk (59)
- # clojurescript (14)
- # community-development (5)
- # conjure (2)
- # core-async (10)
- # cryogen (1)
- # cursive (11)
- # data-science (1)
- # datahike (13)
- # datomic (21)
- # deps-new (4)
- # ethereum (1)
- # events (4)
- # fulcro (34)
- # helix (2)
- # jobs (2)
- # juxt (33)
- # kaocha (4)
- # lsp (18)
- # malli (4)
- # membrane (2)
- # off-topic (23)
- # re-frame (3)
- # reitit (4)
- # remote-jobs (1)
- # reveal (6)
- # shadow-cljs (47)
- # slack-help (2)
- # spacemacs (5)
- # sql (45)
- # startup-in-a-month (6)
- # testing (4)
- # tools-deps (21)
- # xtdb (4)
I continue to add episodes of Grokking Fulcro on YouTube. I’m up to part 5. These videos are more oriented to the nuts and bolts of “how it works”, which I personally always appreciate knowing when I’m working with tools. If you’re new to Fulcro be sure to check out other resources that are more aimed to beginners, such as the Developer’s Guide and tutorial videos. The playlist for the new (nuts and bolts) series is https://youtube.com/playlist?list=PLVi9lDx-4C_TBRiHfjnjXaK2J3BIUDPnf

@U0CKQ19AQ This channel is for library and project announcements. The video and articles may go to #news-and-articles instead.
re-com v2.13.0
A component library for Reagent
Headline:
1. Substantially improved debugging features https://re-com.day8.com.au/#/debug
2. Continued evolution of the two new table components. https://re-com.day8.com.au/#/v-table
Full changelog: https://github.com/day8/re-com/blob/master/CHANGELOG.md#2130-2012-02-23
Next step: easier component skinning
Awesome!
Re. :require-macros
and at
- AFAIK, using :require-macros
is pretty much outdated by now unless you're the author of that macros NS: https://code.thheller.com/blog/shadow-cljs/2019/10/12/clojurescript-macros.html
In short, it's possible to let your users just use (:require [re-com.core :refer [at h-box v-box ...]])
.
Thanks, we'll have a look
A very fine library, I look forward to checking out the new debug features
ez-wire 0.4.0
has been released. More updates to form. Documentation can be found here: https://emil0r.github.io/ez-wire-docs/
https://clojure.org/releases/tools#v1.10.2.796 is now available
• Fix incompatiblity with Cursive in 1.10.2.790 (also fixed in latest Cursive) - apologies on this one
• Fix clj -X:deps git-resolve-tags
to update the sha to match the tag if both are provided
• Perf improvements for git or local deps using pom.xml

awesome, thanks!