Fork me on GitHub
#fulcro
<
2019-06-21
>
tony.kay01:06:09

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.

👍 12
cjmurphy02:06:23

When using [com.fulcrologic/fulcro "3.0.0-alpha-10"] and [com.fulcrologic/fulcro-garden-css "3.0.2"].

tony.kay03:06:44

@cjmurphy hm…let me think…

tony.kay03:06:30

I was running the new template against that earlier…what code is this?

tony.kay03:06:02

I see…I have not used localized-dom since I made some changes….

tony.kay03:06:10

didn’t realize it references those

tony.kay03:06:28

the problem with splitting things out

cjmurphy03:06:15

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. 🙂

tony.kay04:06:09

I’ve fixed it…releases coming in a minute @cjmurphy

tony.kay04:06:36

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

tony.kay04:06:41

there was actually quite a bit to fix

🙂 4
tony.kay05:06:49

Alpha 11 On clojars…CSS lib needs a bump, too…coming in a sec

tony.kay05:06:29

fulcro-garden-css 3.0.3 on clojars. should now work with latest….global css avail again via:

(defsc X [_ _]
  {:css-global [ ...rules... ]})

tony.kay05:06:41

localized dom should also work properly in SSR now

👍 12
🎉 8
ro606:06:00

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

Shan15:06:49

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

👍 32
Shan15:06:43

here is some more info about it: https://github.com/sponsors, I nominated @tony.kay (https://github.com/awkay) earlier today!

tony.kay20:06:22

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: