Fork me on GitHub
#fulcro
<
2019-09-14
>
tony.kay00:09:30

@mroerni One trick is that the query need not go through the component doing the containment

tony.kay00:09:46

compose the modal in parallel in the query with the child to be rendered

tony.kay00:09:54

then pass the content as react children to the container

magra11:09:41

Thank you @tony.kay for the videos!!!!! Finding new videos in the morning is like Christmas, they help so much!!!!

đź‘Ť 4
pithyless12:09:37

com.fulcrologic/fulcro-websockets {:mvn/version "3.0.3"}
              com.fulcrologic/fulcro            {:mvn/version "3.0.0-beta-15"}

   (:require [com.fulcrologic.fulcro.networking.websockets :as websockets])
> The required namespace "com.fulcrologic.fulcro.networking.websockets" is not available

pithyless12:09:04

^ Am I missing something?

pithyless12:09:47

^ False alarm, just a case of PEBKAC + filesystem caching. ^_^

tony.kay16:09:01

Just as a general note: There are a number of things I have not ported from F2. Things like the Bootstrap wrappers, etc. Most of that stuff should work with little modification, and if you find something missing that seems a bit more “core”, I’m glad to consider bringing it along. Part of the move is to drop maintenance on things that I’ve not found use for myself, nor with any clients. I understand that some of you may use things I’ve dropped, but the source of those things is still around, and will most likely either work unmodified or will very little work. Pull it into your own lib if you agree it isn’t “core”, or ping me if you think I’ve overlooked it.