From 8e226d45e739552e299aa9553780700e5ec0a62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20W=C5=82adyka?= Date: Sun, 6 Jan 2019 17:28:40 +0100 Subject: [PATCH] add form-validation-cljs library --- content/community/libraries.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/libraries.adoc b/content/community/libraries.adoc index 42c91f00..90ecca66 100644 --- a/content/community/libraries.adoc +++ b/content/community/libraries.adoc @@ -131,6 +131,7 @@ Clojure(Script) reader * https://github.com/reagent-project/historian) a drop-in atom-state-management (UNDOs!![historian] for your clojurescript projects * https://github.com/thi-ng/validate) Schema based validation of nested data (CLJX[thi.ng/validate] * https://github.com/rbrush/clara-rules[clara] Rete-based rule engine +* https://github.com/kwladyka/form-validator-cljs[form-validator-cljs] Form validation by spec and fn === Testing