This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-04
Channels
- # architecture (13)
- # bangalore-clj (1)
- # beginners (174)
- # boot (25)
- # cider (65)
- # cljs-dev (10)
- # cljsjs (4)
- # cljsrn (3)
- # clojure (169)
- # clojure-berlin (27)
- # clojure-brasil (32)
- # clojure-greece (3)
- # clojure-russia (31)
- # clojure-sg (4)
- # clojure-spec (6)
- # clojure-uk (74)
- # clojurescript (186)
- # code-reviews (5)
- # css (12)
- # cursive (17)
- # datascript (1)
- # datomic (45)
- # dirac (33)
- # funcool (42)
- # hoplon (25)
- # jobs (6)
- # jobs-discuss (114)
- # lambdaisland (6)
- # leiningen (1)
- # luminus (24)
- # off-topic (86)
- # om (13)
- # om-next (14)
- # onyx (75)
- # perun (2)
- # protorepl (19)
- # re-frame (2)
- # reagent (17)
- # ring-swagger (2)
- # rum (1)
- # slack-help (2)
- # specter (31)
- # test-check (5)
- # timbre (1)
- # untangled (34)
- # vim (8)
does anyone know how to run the test in the om-next? I tried run the script test
in folder bin
, but it fails
and run the test.clj in folder script
, lein run -m clojure.main script/test.clj
, but it is quite simple, seems not useful
@sova I was building exactly this with Reagent, GraphQL, Sente and Datomic. Then I learned about om next and found this article. Really magical. I want to make a library to make the integration formalized
Here's a demo of what I was working on as a proof of concept https://v.usetapes.com/85knuAPruB
@jtmarmon Haha! Awesome. Good werk yo! Have you seen the Untangled project?
Jk re my last message, I haven't seen this and I thought I did. Why do you ask? Looks cool though
@jtmarmon it's another approach for 'formalizing' the om.next/datomic/sente fam. Maybe you can glean some inspiration from it. Yo, which editor are you using in that tapes demo?
Oh got it, that's cool I'll take a deeper dive into it. I'm using atom with #protorepl
Cool. Yeah it would be super awesome to have a unified framework as a starting point. Or at least some expansive demo apps that are easily tweaked to dev-needs.
Once I get serverside-rendering working and drop in Datomic, no way to stop the trailblazin' ;D