what arguments do some-fn
take in dispatcher? https://keechma.com/api/keechma/keechma_controller/#var-dispatcher
nevermind
No args, right?
it takes the app-db-atom and args
🙂
Has anyone tried using devcards with keechma btw?
Not yet
i didn’t find any use for devcards, tbh
other than just demo candy
Yeah it's usability really depends on your workflow
it's just a good test to see whether your code can support devcards
if it's hard to make it work, that can be a code smell
not because devcards is some god-tier project or the best tool ever, but just because it requires your components to be pure.
I didn’t really play with devcards, but I did use similar pattern before
potentially I’d like to pair devcards with https://github.com/retro/syntest (when I find time to finish it) which would provide hight level functional testing in browser - similar to http://funcunit.com
this is the testing API so far https://github.com/retro/syntest/blob/master/test/syntest/test/core.cljs
Working on a search component. Any advice? I'm re-writing the typeahead portion of this, to start
https://github.com/reagent-project/reagent-forms/blob/master/src/reagent_forms/core.cljs#L210