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
(That's using graphql and reagent)
((I had to fork graphql-clj to allow slashes in graphql schemas LOL))
@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.
Agreed. I almost bailed trying to get a workflow setup
Especially with a server and client side app in one project
Once I get serverside-rendering working and drop in Datomic, no way to stop the trailblazin' ;D