This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-23
Channels
- # announcements (2)
- # beginners (246)
- # boot-dev (1)
- # braveandtrue (3)
- # calva (13)
- # cider (26)
- # cljs-dev (6)
- # clojure (75)
- # clojure-finland (4)
- # clojure-germany (39)
- # clojure-italy (1)
- # clojure-mexico (1)
- # clojure-nl (14)
- # clojure-spec (61)
- # clojure-uk (104)
- # clojurescript (125)
- # cursive (20)
- # datomic (1)
- # emacs (2)
- # figwheel-main (91)
- # fulcro (29)
- # graphql (9)
- # jobs (3)
- # jobs-discuss (9)
- # juxt (13)
- # liberator (2)
- # luminus (1)
- # off-topic (15)
- # parinfer (8)
- # re-frame (70)
- # reagent (35)
- # reitit (24)
- # remote-jobs (5)
- # ring-swagger (3)
- # shadow-cljs (127)
- # spacemacs (34)
- # yada (6)
@eoliphant changes on clojars
https://github.com/noprompt/garden/wiki/Media-Queries is that the only way to use media queries at fulcro?
@veddha.riady Yes, we don’t include anything else
@thheller just out of curiosity, are you using fulcro inside shadow-cljs?
@currentoor not yet but the upcoming UI parts will use fulcro
oh wow
that would be a really good advertisement
this framework should really have more adoption
well first I have to build a UI that doesn't suck 😉 and I'm not particularly fond of UI work 😉
Smart 😉
is there a method in fulcro for rendering a javascript react component? I think reagent has something similar like, reagent/adapt-react-class
@njj, this might help
https://medium.com/@wilkerlucio/using-any-react-ui-kit-with-fulcro-82cce271b9cc
@njj and there are some helpers in fulcro-incubator…we’re trying to make that the dumping ground for all things that are probably useful…plan to move stuff from there as it proves useful (or fork the bits into libraries of their own)
incubator will follow the same basic guiding principle: only adds, try not to break existing users…with one exception: if the stuff gets adopted into a formal library, the new name will obviously not be namespaced to fulcro-incubator
@njj Here's an example of using React-Vis with Fulcro: https://github.com/chrismurrph/fulcro-react-vis/blob/master/src/main/applets/nba/vis.cljs. It just uses factory-apply
from the book: http://book.fulcrologic.com/#_factory_functions_for_js_react_components. If localised CSS is a requirement use @wilkerlucio's component-factory-localized
function.