Macro half of bangmod.form.core; core.cljs pulls it in with :require-macros, so
[bangmod.form.core :as form] gives form/create-form-submission with nothing extra.
Macro half of `bangmod.form.core`; `core.cljs` pulls it in with `:require-macros`, so `[bangmod.form.core :as form]` gives `form/create-form-submission` with nothing extra.
The runtime behind bangmod.form.core/create-form-submission.
Kept free of reagent on purpose: it only speaks IForm, so the dispatch contract below
is unit-tested under :node-test against a reified form, which the reagent-backed
ReagentForm cannot be.
The runtime behind `bangmod.form.core/create-form-submission`. Kept free of reagent on purpose: it only speaks `IForm`, so the dispatch contract below is unit-tested under `:node-test` against a reified form, which the reagent-backed `ReagentForm` cannot be.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |