This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-19
Channels
- # admin-announcements (2)
- # beginners (24)
- # boot (36)
- # business (1)
- # cbus (3)
- # cider (22)
- # cljs-dev (91)
- # clojure (101)
- # clojure-canada (9)
- # clojure-china (3)
- # clojure-czech (21)
- # clojure-nl (3)
- # clojure-russia (131)
- # clojure-sg (5)
- # clojure-uk (9)
- # clojure-ukraine (4)
- # clojure-za (2)
- # clojurebridge (18)
- # clojurescript (333)
- # clojurex (6)
- # devcards (1)
- # events (37)
- # hoplon (15)
- # ldnclj (23)
- # luminus (3)
- # off-topic (41)
- # om (258)
- # onyx (20)
- # re-frame (46)
- # reagent (7)
- # spacemacs (2)
PSA: there are updated devcards + reagent docs: http://rigsomelight.com/devcards/#!/devdemos.reagent - thanks @bhauman!!
What’s the best way to reset forms with uncontrolled inputs?
1. make them controlled 2. unmount the form component completely and mount it again somehow
another option is to add a type=reset
button, see what happens
Does anyone have an example of how they're doing initial state setup? Say calling an API to get initial data?