@urbanslug Have you tried the latest version of om? What version of cljs are you using?
I was using 1.0.0-beta1 but falling back to 1.0.0-alpha34 which is recommended in the tutorial works
You should be able to use beta1 (or beta4), if you also update cljs.
on it
You're right. Updating cljs worked
hmm throw out cursors and add links and routers seems harder but hey let's actually try to understand this 😄
Ah links means like edges like nodes and edges
I would think of om and om.next as different libraries, don't expect a lot of similarities. I would try to start with an om.next scaffold, if that's what you want to do.
I started with lein new figwheel -- om
that kinda scaffold
seems ok after I updated cljs and om to newest versions