Fork me on GitHub
#reagent
<
2018-02-04
>
Oliver George01:02:37

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)

alex-dixon21:02:15

Is there an equivalent to r/cursor I can use in CLJ?