Fork me on GitHub
#fulcro
<
2018-08-27
>
pvillegas1200:08:09

how beneficial is backend - frontend separation into different repos for a fulcro app?

tony.kay02:08:06

@pvillegas12 I see no advantage, only disadvantages.

tony.kay02:08:44

There’s a lot of use you can get out of shared code in cljc files…not to mention having to track, version, and release 2 repos

tony.kay02:08:13

@thheller did you see my other suggestion about invoke that would eliminate all that extra generated code?

veddha04:08:26

can some one tell me what is fulcro-incubator?

veddha06:08:52

Thank you so much

eoliphant13:08:49

lots of impending goodness 🙂

veddha06:08:14

Hey, i use css injection but why my style at the div children instead on head tag? i use fulcro 2.6

veddha07:08:51

i've figured it out, wrong class name,sorry.

thheller21:08:54

is there any way to run some code when a remote tx completes besides just merging its result? besides using ptransact!?