This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-25
Channels
- # aws (1)
- # bangalore-clj (1)
- # beginners (15)
- # boot (4)
- # clara (7)
- # cljs-dev (7)
- # cljs-experience (3)
- # cljsrn (1)
- # clojure (143)
- # clojure-austin (2)
- # clojure-germany (1)
- # clojure-italy (11)
- # clojure-serbia (11)
- # clojure-spec (96)
- # clojure-uk (20)
- # clojurescript (70)
- # community-development (58)
- # cursive (14)
- # data-science (1)
- # datomic (45)
- # events (2)
- # fulcro (19)
- # jobs (5)
- # jobs-rus (2)
- # off-topic (40)
- # om (24)
- # onyx (3)
- # parinfer (52)
- # pedestal (6)
- # protorepl (38)
- # re-frame (15)
- # reagent (11)
- # ring-swagger (5)
- # specter (37)
- # sql (3)
- # unrepl (3)
- # vim (1)
@profgra have you solved your issue? Maybe you have a component that's "eating" its children, like react-draggable
@gdeer81 Indeed, the problem occured in a kind of special case that I could reproduce with the dev build. @dimovich Issue solved: I messed my square brackets in a combination of when
and map
. Thanks for helping me and have fun.
Came across this and got a little nervous - does this apply to stuff built on Reagent too? https://medium.com/@raulk/if-youre-a-startup-you-should-not-use-react-reflecting-on-the-bsd-patents-license-b049d4a67dd2?ref=stackshare
@mattgeb Reagent uses React, so yes. But I consider all the noice about patents file FUD.
Other licenses (e.g. Apache and EPL) have also patent grants with clauses that define in which case they terminate, though I guess (IANAL) they are a bit more specific
@mattgeb There are contrary opinions on the patent clause which say the fuss is much ado about nothing. https://medium.com/@dwalsh.sdlr/react-facebook-and-the-revokable-patent-license-why-its-a-paper-25c40c50b562 But, there isn't any chance that Google or Facebook will be buying me out anytime soon, so I can afford to dismiss that possibility.
@roosta ended up fixing the sliders, after getting rid of the errors it was a duh the html is there but there's no css so the thing looks like it's not there
Does anybody know if it would be much work to get reagent to use vue.js instead of react?
My gut reaction is yes. As an aside, the convo in this ticket may be of interest to you: https://github.com/reagent-project/reagent/issues/271