This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-19
Channels
- # announcements (5)
- # beginners (40)
- # cider (3)
- # clara (9)
- # cljs-dev (2)
- # cljsrn (4)
- # clojure (8)
- # clojure-spec (24)
- # clojure-uk (4)
- # clojurescript (3)
- # cursive (6)
- # data-science (3)
- # datomic (53)
- # emacs (3)
- # figwheel-main (11)
- # fulcro (37)
- # lein-figwheel (17)
- # off-topic (13)
- # parinfer (1)
- # re-frame (9)
- # reagent (2)
- # remote-jobs (7)
- # shadow-cljs (75)
- # tools-deps (4)
- # yada (16)
awesome, I just upgraded fulcro and I no longer see Garden. The (gzipped) file size of the bundle went down with about 15K.
I've written a Fulcro Stack Overflow question, mainly about using @wilkerlucio incubator ReaKit stuff: https://stackoverflow.com/questions/51915545/css-and-reakit-from-fulcro
The query in the component ‘Experiment’ doesnt seem right
In the component ‘Experiment’, i think it should be a join [{:but-primary (prim/get-query ..)}]
Same here
I'll answer myself in a couple of days if no-one else has, but hopefully you or someone else will jump in...
I will answer it on stackoverflow
hi all, do root
namespaced keywords get special treatment, somehow?
I'm trying to figure out why [:root/dropdown '_]
doesn't show up under :phone/by-id
values in the app-db
In this example: http://book.fulcrologic.com/#_selecting_an_entity_for_edit
@hjrnunes they don’t get special treatment. Links (idents with underscores) are specifically used to return data outside of the component tree
@levitanong thanks. So if I'm seeing this [:ui/dropdown _] [:fulcro.client.primitives/not-found nil]
in my component state what might be missing?
@hjrnunes are you using form-state?
When does this happen?
could be related to an issue i reported 3 days ago: https://github.com/fulcrologic/fulcro/issues/231
@levitanong So I think this must be related to loading the data. In the merge after the load, I'm getting the data tree part of the link query full of not founds. See here https://pasteboard.co/HzWzoZ7.png
so these items are being marked as missing, because they're in the query but the server isn't returning them
But since they're removed from the query sent to the server I don't really get why this is happening
@tony.kay in RC8 it looks like the library consumer has to require [fulcro-css.css]
somewhere in their clojure code if they want to use defsc
and CSS in clojure
we could probably fix it by adding that require in fulcro.client.primitives
in clojure only
then we’d still get the property of not including garden in the client if it’s not used
i’ll verify
made a PR for it https://github.com/fulcrologic/fulcro/pull/234
by the way I’m loving these changes!
and i never looked into localized dom, that looks great!
localized dom is pure awesomeness 🙂
Is there an article to read to learn what localized Dom is?
but in a sentense, it expands the css class names to have unique names (by prepending the namespace and class name)