So Michiel, you are Dutch?
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
@tony.kay This channel is for library and project announcements. The video and articles may go to #news-and-articles instead.
Ah, I did not realize there was a separate channel for that
@borkdude Yeah, I'm indeed Dutch. Never been to the meetup, although I keep up with the sessions and subjects. About giving a presentation: perhaps after COVID-19 and all the lockdowns.
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
@p-himik fixed, thanks
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
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!
A very fine library, I look forward to checking out the new debug features