Jochen Bedersdorfer
Software Engineer
And how re-frame can help(?)
WORK IN PROGRESS - IGNORE
Easy, just set/get .value of DOM element!
No, wait: This is react: where to store the value?
Re-frame: Store in the app-db at some location
First name
First name
Re-frame: err store *some* of it in app-db
Re-frame: Write event handler. Get data from app. Ask for http-xhrio effect to run.
If you really really really have to: inject subscription data into event handler. Now your view subscriptions are tied to form submission...
Re-frame: Err, event handlers and subscriptions. Smile and wave
Re-frame: err events and subscriptions
By Jochen Bedersdorfer