hyperfiddle 2025-04-29

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

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)

❀️ 1