This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-18
Channels
- # admin-announcements (1)
- # beginners (4)
- # boot (18)
- # cider (4)
- # cljsrn (17)
- # clojure (77)
- # clojure-austin (6)
- # clojure-greece (6)
- # clojure-spec (81)
- # clojure-uk (6)
- # clojurescript (32)
- # code-art (2)
- # core-async (12)
- # cursive (1)
- # datomic (1)
- # emacs (15)
- # funcool (1)
- # hoplon (108)
- # om (9)
- # onyx (83)
- # planck (1)
- # re-frame (3)
- # reagent (4)
- # specter (6)
- # spirituality-ethics (4)
- # yada (9)
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 !
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.
See https://juxt.pro/yada quickstart
Quickstart is still a work in progress but gets you far enough to get started
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.
@hmadelaine: also, in case you haven't seen it: https://juxt.pro/blog/posts/course-notes-2.html
that blog post uses yada and Om Next together
could be useful
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 😉