Fork me on GitHub
#yada
<
2016-06-18
>
hmadelaine09:06:26

Hi everybody ! I want to evaluate yada on a new projet that will use datomic and Om Next. Is there a Modular template that could help me bootstrap such a combination of libraries ? Thank you very much !

malcolmsparks11:06:46

No, not yet. Best way right now is to copy https://github.com/juxt/edge. It has the cljs tooling. Datomic is easy enough to integrate, you just d/connect - not even necessary to wrap in a component.

malcolmsparks11:06:04

Quickstart is still a work in progress but gets you far enough to get started

malcolmsparks11:06:27

I will update modular later this year when everything is more stable. There's a few fast moving parts right now with boot, cljs and yada, so it's easier to improve a single project rather than a set of templates.

malcolmsparks11:06:19

that blog post uses yada and Om Next together

malcolmsparks11:06:25

could be useful

hmadelaine12:06:43

Thank you @malcolmsparks ! I will try to boostrap with edge this afternoon. I am well aware of your Om Next Remote notes, that is why I was asking if a magic tool could assemble the whole 😉