Fork me on GitHub
#om-next
<
2017-01-04
>
joseph15:01:59

does anyone know how to run the test in the om-next? I tried run the script test in folder bin, but it fails

joseph15:01:50

and run the test.clj in folder script, lein run -m clojure.main script/test.clj, but it is quite simple, seems not useful

jtmarmon23:01:52

@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

jtmarmon23:01:58

Here's a demo of what I was working on as a proof of concept https://v.usetapes.com/85knuAPruB

jtmarmon23:01:14

(That's using graphql and reagent)

jtmarmon23:01:42

((I had to fork graphql-clj to allow slashes in graphql schemas LOL))

sova-soars-the-sora23:01:31

@jtmarmon Haha! Awesome. Good werk yo! Have you seen the Untangled project?

jtmarmon23:01:47

Jk re my last message, I haven't seen this and I thought I did. Why do you ask? Looks cool though

sova-soars-the-sora23:01:44

@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?

jtmarmon23:01:09

Oh got it, that's cool I'll take a deeper dive into it. I'm using atom with #protorepl

sova-soars-the-sora23:01:57

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.

jtmarmon23:01:28

Agreed. I almost bailed trying to get a workflow setup

jtmarmon23:01:42

Especially with a server and client side app in one project

sova-soars-the-sora23:01:43

Once I get serverside-rendering working and drop in Datomic, no way to stop the trailblazin' ;D