@swannodette this is so 🔥 thanks for sharing.
I wish there was a library that did non-React DOM morphing with an interface that looks like the 20% of the Reagent API that 80% of Reagent apps use so I don't have to re-write all my old Reagent code. 😅
@greenCoder Will check it out!
@chris After watching the video, I need to precise that Vrac is not really morphing the dom, and not using a new state from the server. it updates the dom based on local state changes. So I was a bit off-topic.
@chris @swannodette There is Vrac, that works with Re-frame. By default it uses the ($ :div ,,,) syntax instead of hiccup, but this can be changed easily.
Working example at https://github.com/metosin/vrac/tree/main/example/si-frame-simple
Let me know if you want to give it a try, I can help in Slack.