hyperfiddle

grounded_sage 2025-04-29T12:15:19.726629Z

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.

πŸ‘ 3
πŸ‘πŸΌ 1
πŸ”₯ 5
😁 5
zihao 2025-04-29T06:33:03.395849Z

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]

leonoel 2025-04-29T06:47:19.322769Z

(e/input flow)

❀️ 1