This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-21
Channels
- # announcements (9)
- # beginners (222)
- # boot (11)
- # calva (40)
- # cider (1)
- # clj-kondo (10)
- # cljs-dev (1)
- # cljsrn (8)
- # clojars (4)
- # clojure (50)
- # clojure-dev (4)
- # clojure-ecuador (1)
- # clojure-europe (4)
- # clojure-italy (3)
- # clojure-madison (2)
- # clojure-nl (26)
- # clojure-spec (86)
- # clojure-uk (34)
- # clojurescript (11)
- # clr (1)
- # cursive (46)
- # datomic (19)
- # emacs (4)
- # events (1)
- # fulcro (22)
- # graalvm (4)
- # graphql (2)
- # jobs-discuss (40)
- # leiningen (10)
- # luminus (6)
- # nrepl (7)
- # off-topic (18)
- # onyx (6)
- # overtone (1)
- # pedestal (2)
- # planck (1)
- # re-frame (5)
- # reagent (3)
- # reitit (8)
- # rewrite-clj (2)
- # shadow-cljs (139)
- # sql (4)
- # tools-deps (42)
Alpha 10 is on clojars. Spent the day working on an app, and fixing bugs in F3 as I went. Lots of little fixes in this one.
When using [com.fulcrologic/fulcro "3.0.0-alpha-10"]
and [com.fulcrologic/fulcro-garden-css "3.0.2"]
.
Yes. I've set my code to always use localized-dom, whether needed or not (for now at least). Back at com.fulcrologic/fulcro {:mvn/version "3.0.0-alpha-7"}
and com.fulcrologic/fulcro-garden-css {:mvn/version "3.0.1"}
all works, not that I tried every combination. But splitting things out is a net win IMHO. 🙂
I had backed out global-rules…needed to re-add that, and clj rendering wasn’t doing the right thing for localized dom for ssr
fulcro-garden-css 3.0.3 on clojars. should now work with latest….global css avail again via:
(defsc X [_ _]
{:css-global [ ...rules... ]})
I'm trying to use the react-popper
library, which uses the "render prop" pattern from React land, inside a defsc
. So far my naive attempts using dom/create-element
aren't working. I'm shooting for something like https://github.com/FezVrasta/react-popper#usage
hi all, in case you haven’t read about it, GitHub is launching their sponsorship program soon and they are accepting nominations, here is the links if anyone is interested: https://docs.google.com/forms/d/e/1FAIpQLSdE8nL7U-d7CBTWp9X7XOoezQD06wCzCAS9VpoUW6lJ03KU7w/viewform
here is some more info about it: https://github.com/sponsors, I nominated @tony.kay (https://github.com/awkay) earlier today!
Cleaning up Inspect interactions today… I’m rewriting how F3 talks to Inspect, and that is making it possible to restore functionality. The transactions tab will work properly on next release, as should a number of other things. I’m also cleaning up the output in the transactions tab for special-case stuff (State Machines and Loads). Also pre-expanding parameters, and pprinting them when they are long. Looks more like this now: