This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-04
Channels
- # arachne (108)
- # beginners (16)
- # boot (48)
- # cider (34)
- # cljs-dev (12)
- # clojure (237)
- # clojure-spec (50)
- # clojure-uk (5)
- # clojurescript (8)
- # cursive (1)
- # datascript (2)
- # datomic (6)
- # defnpodcast (1)
- # emacs (1)
- # fulcro (7)
- # hoplon (1)
- # keyboards (1)
- # off-topic (22)
- # re-frame (26)
- # reagent (2)
- # specter (16)
- # unrepl (6)
- # yada (1)
Are there any plans to provide prop checking via spec? Is this worth raising a github issue about?
In particular I'd like to spec the props for react native components which I've wrapped with adapt-react-class
to catch things like nil vs false which might cause unexpected behaviour on native components.
I imagine something like (r/adapt-react-class2 (.-TextInput ReactNative) ::text-input.props)
Is there an equivalent to r/cursor I can use in CLJ?