Fork me on GitHub
#re-frame
<
2017-06-30
>
danielneal08:06:18

@bradleesand @curlyfry @pcj thank you for clearing that up! Yeah shared functions sounds like a good idea, I was wondering about how best to mitigate changes in structure to the db with minimal effect, and that should work 🙂

mbertheau09:06:43

Should I use reagent 0.7.0 or 0.6.2 for re-frame 0.9.4?

mikethompson09:06:43

@mbertheau any of the above will work

mbertheau09:06:58

Great, thanks!

matan19:06:28

Hi, new to re-frame

matan19:06:25

Any idea why luminus is pointed at from the main github readme, as the full-stack solution for re-frame? https://github.com/Day8/re-frame#where-do-i-go-next

matan19:06:50

Anything deep in how luminus very optimally fits backend integration with a re-frame front-end, better than other options or simply my own integration code?

mccraigmccraig19:06:36

i don't know why luminus is singled out @matan , but re-frame works just great with other backends - i'm particularly fond of #yada but have also used vanilla compojure quite happily with re-frame

mccraigmccraig19:06:55

it's all the same really

matan19:06:37

@mccraigmccraig thanks, and thanks for the tip about yada

scottlowe20:06:41

@matan I would assume that since Luminus is a web app template (as well as a framework) and it has a template profile for re-frame, then it’s a nice and easy option to recommend for people that just want to get started quickly without too much of a learning curve for the server-side, if you just want to focus on the re-frame learning curve, which is more than enough for most people (that’s not meant to be slight, it’s simply that re-frame is quite a different paradigm for many devs to absorb). Regardless, I used Luminus to get started with re-frame myself and it worked out pretty well, and because Luminus is relatively loosely coupled it’s easy to swap libs in and out as your app grows 🙂

matan20:06:06

Thanks 🙂

matan20:06:38

I'm also looking at https://medium.com/walmartlabs/open-sourcing-lacinia-our-graphql-library-for-clojure-96a4ce5fc7b8 for naive backend integration.. anyway, I am getting #off-topic here