Itβs truly a paradigm shift to be able to prototype/develop an app with the backend at the same speed that you would mock it in the frontend with a frontend db.
how to use missionary flow in v3? in v2
(e/defn Test []
(let [flow (m/watch (atom 0))
value (new flow)]
(dom/div (dom/text value))))
will display the current value of atom.
v3 display [object Object](e/input flow)