This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-25
Channels
- # announcements (4)
- # babashka (13)
- # beginners (115)
- # cider (62)
- # clj-kondo (16)
- # cljdoc (4)
- # cljs-dev (5)
- # clojure (44)
- # clojure-europe (57)
- # clojure-greece (1)
- # clojure-italy (2)
- # clojure-nl (3)
- # clojure-spec (2)
- # clojure-uk (24)
- # clojurescript (58)
- # code-reviews (2)
- # community-development (6)
- # conjure (3)
- # core-async (9)
- # cursive (34)
- # datahike (3)
- # datalog (1)
- # datomic (67)
- # emacs (9)
- # events (5)
- # fulcro (9)
- # graalvm (1)
- # jobs (1)
- # lsp (24)
- # off-topic (20)
- # pathom (17)
- # polylith (11)
- # re-frame (21)
- # react (21)
- # reagent (3)
- # reitit (23)
- # releases (1)
- # remote-jobs (1)
- # ring (3)
- # sci (47)
- # tools-deps (7)
- # vim (15)
- # xtdb (4)
🙏 I have added a https://github.com/fulcro-community/fulcro-exercises/blob/master/src/holyjak/fulcro_exercises.cljs#L195 and would appreciate your help: 1. Beginners - is it clear and feasible? Anything to improve? 2. Experienced - is https://github.com/fulcro-community/fulcro-exercises/blob/master/src/holyjak/solutions_read_when_desperate.cljs#L195 OK-ish? (Read the exercise description under the first link first) Thank you!
There is:
com.fulcrologic.fulcro.algorithms.normalized-state/remove-entity
Maybe show that instead of a delete-player
Not really task related:
L226: @(::app/state-atom app6)
→ (app/current-state app6)
L248:
(->> players (map :ui/checked?) (every? boolean))
Why not (every? :ui/checked? players)
?
Thanks a lot! Great point! I didn't know of remove-entity 🙏 To the last question: because I should not be working late in night :-)
There are some useful functions I didn't know about for ages.
Looking into the code today, I learned for the first time, that there is
norm/integrate-ident
and norm/remove-ident
. I always used targeting/integrate-ident*
and merge/remove-ident*
. :-)
FYI I pushed an update based on your suggestions. Thanks a lot for your help, much appreciated!
BTW I have also added a tip about the norm/*
utils to the Minim. F. Tutorial, because these should be more widely known 🙂 Thanks for it!!!
@tony.kay Any plans to release Fulcro 3.4.22? There is the links from err/warn logs to the Guide, the CljDoc build fix, and few other small things 🙏