Fork me on GitHub
#fulcro
<
2018-08-23
>
tony.kay01:08:38

@eoliphant changes on clojars

veddha13:08:33

https://github.com/noprompt/garden/wiki/Media-Queries is that the only way to use media queries at fulcro?

tony.kay15:08:01

@veddha.riady Yes, we don’t include anything else

currentoor17:08:53

@thheller just out of curiosity, are you using fulcro inside shadow-cljs?

thheller18:08:56

@currentoor not yet but the upcoming UI parts will use fulcro

currentoor19:08:29

that would be a really good advertisement simple_smile

currentoor19:08:46

this framework should really have more adoption

thheller19:08:44

well first I have to build a UI that doesn't suck 😉 and I'm not particularly fond of UI work 😉

mitchelkuijpers12:08:31

If you need any UI help please let me know, I love doing that stuff ^^

👍 4
thheller12:08:18

I'll probably start with a basic scaffold. can always make it prettier later 😉

thheller19:08:23

but agreed that fulcro is way cool

exit219:08:52

is there a method in fulcro for rendering a javascript react component? I think reagent has something similar like, reagent/adapt-react-class

exit219:08:19

I have a npm module, which is react component

currentoor19:08:00

@njj, this might help

tony.kay19:08:07

@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)

tony.kay19:08:12

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

tony.kay19:08:27

but that just allows you to port easily 🙂

exit220:08:47

@tony.kay thanks Tony, where can I find the incubator stuff?

cjmurphy23:08:22

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