keechma

Keechma stack. Mention @U050986L9 or @U2J1PHYNM if you have any questions
roberto 2016-06-29T02:18:36.000099Z

what arguments do some-fn take in dispatcher? https://keechma.com/api/keechma/keechma_controller/#var-dispatcher

roberto 2016-06-29T02:26:16.000101Z

nevermind

bocaj 2016-06-29T02:44:11.000102Z

No args, right?

roberto 2016-06-29T03:07:05.000103Z

it takes the app-db-atom and args 🙂

kauko 2016-06-29T16:21:37.000104Z

Has anyone tried using devcards with keechma btw?

bocaj 2016-06-29T16:31:03.000105Z

Not yet

roberto 2016-06-29T16:47:35.000106Z

i didn’t find any use for devcards, tbh

roberto 2016-06-29T16:47:41.000107Z

other than just demo candy

kauko 2016-06-29T16:55:56.000109Z

Yeah it's usability really depends on your workflow

kauko 2016-06-29T16:56:09.000110Z

it's just a good test to see whether your code can support devcards

kauko 2016-06-29T16:56:26.000111Z

if it's hard to make it work, that can be a code smell

kauko 2016-06-29T16:57:26.000112Z

not because devcards is some god-tier project or the best tool ever, but just because it requires your components to be pure.

mihaelkonjevic 2016-06-29T17:42:54.000113Z

I didn’t really play with devcards, but I did use similar pattern before

mihaelkonjevic 2016-06-29T17:44:25.000114Z

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

mihaelkonjevic 2016-06-29T17:45:35.000116Z

this is the testing API so far https://github.com/retro/syntest/blob/master/test/syntest/test/core.cljs

bocaj 2016-06-29T23:31:27.000118Z

Working on a search component. Any advice? I'm re-writing the typeahead portion of this, to start