Fork me on GitHub
#hyperfiddle
<
2018-11-26
>
Dustin Getz15:11:47

Nice! Hadn't seen that one

Dustin Getz15:11:54

I am looking for a nice way to visualize Datomic graphs

Dustin Getz15:11:27

I will do my best to support your experiments with this!

Dustin Getz15:11:19

How much of the links explanation made sense to you ?

alexandrkozyrev15:11:13

new, remove, self and iframe are quite clear

alexandrkozyrev15:11:50

rel, affix, detach - not really

alexandrkozyrev15:11:45

I’ll make my own links tutorial and send you to review

Dustin Getz15:11:00

Do you understand dustingetz/vega and vega-child ?

alexandrkozyrev15:11:37

kind of, except reagent woodoo magic, this is the hardest part for me

Dustin Getz15:11:05

Ah interesting

Dustin Getz15:11:05

You are doing extremely well at ClojureScript for someone without Reagent experience

alexandrkozyrev15:11:46

would you mind to setup jointjs and dagrejs loading templates, like for vega-embed, I want to reproduce https://dagrejs.github.io/project/dagre-d3/latest/demo/etl-status.html and https://resources.jointjs.com/demos/directed-graph

alexandrkozyrev15:11:58

copy-paste is my third name

Dustin Getz15:11:14

sure, i can set that up for you, hopefully later today

alexandrkozyrev21:11:48

yes, smth like that

Dustin Getz21:11:58

I improved it – we will need to work this loading state behavior into core

Dustin Getz21:11:05

Actually i will improve it more

Dustin Getz21:11:50

Ok, done. It is dumb that you have to understand any of this to use a js lib, we will fix it asap

Dustin Getz21:11:47

Joint has a lot of javascript dependencies that i dont like (jquery, lodash, backbone) i think you might be unhappy using it from clojurescript, but it might work

Dustin Getz21:11:49

it might be hard

Dustin Getz21:11:52

Here is the canonical loader hacks demo, until it is resolved