fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
Jakub Holý 2021-05-25T07:45:14.031400Z

🙏 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!

🙌 3
Björn Ebbinghaus 2021-05-26T13:00:58.037400Z

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) ?

❤️ 1
Jakub Holý 2021-05-26T17:39:57.037600Z

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 :-)

Björn Ebbinghaus 2021-05-26T19:29:30.041Z

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* . :-)

❤️ 1
Jakub Holý 2021-05-26T19:53:31.042200Z

FYI I pushed an update based on your suggestions. Thanks a lot for your help, much appreciated!

Jakub Holý 2021-05-26T20:08:05.042700Z

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!!!

➕ 1
Jakub Holý 2021-05-25T16:06:27.033100Z

@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 🙏

tony.kay 2021-05-25T16:06:45.033300Z

ah, didn't realize I'd missed it

tony.kay 2021-05-25T16:06:46.033500Z

sure

❤️ 1