Fork me on GitHub
#fulcro
<
2022-06-08
>
Pragyan Tripathi07:06:05

I am trying to write a realtime sync engine. To have behavior similar to https://linear.app but in clojure(script). Are there any ideas on how it can be done using fulcro?

Hukka08:06:01

I probably don't know how to solve the problem, but I don't even understand the problem as I haven't used http://linear.app. I think you would get more constructive answers, if you would elaborate a bit on what "realtime sync engine" means?

Pragyan Tripathi10:06:39

https://replicache.dev/ Realtime sync would mean sync data across platform in realtime. replicache is one such example. The apps like figma, superhuman also use this kind of implementation..

Hukka10:06:13

On a quick browse of the front page, I suppose you could hook replicache to the fulcro db, so that whenever replicache sees changes, the db is changed, and any mutations would be similarly transferred