kekkonen

ikitommi 2017-11-02T08:51:18.000018Z

Hi. Sadly, the talk was not recorded. There is a sample at the repo: https://github.com/metosin/kekkonen/tree/master/examples/component

ikitommi 2017-11-02T08:55:08.000217Z

We are currently working an a refined version of the ideas as a full rewrite, on top of our upcoming routing library, reitit (https://github.com/metosin/reitit). “old” Kekkonen apps should be portable to it (we have a lot of those).

ikitommi 2017-11-02T08:56:34.000052Z

Kekkonen is quite tightly coupled to Schema. With reitit, the coercion library is pluggable, either Schema or Spec.

lovuikeng 2017-11-02T09:14:30.000409Z

Thank you @ikitommi 🙂 No wonder I didn't see reitit in the sample, good to know that revised is upcoming. Really appreciate such great work from Metosin BTW, found a couple of great resources to look up for more on kekkonen Kekkonen- Commands and Queries for the Web https://www.youtube.com/watch?v=BIjVH4SAmiM Improving and Evaluating Clojure Web Application Architecture https://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/23944/Kataja_Teperi.pdf?sequence=1

lovuikeng 2017-11-02T09:19:09.000509Z

Been wondering how frontend framework like re-frame is to play with standard REST, and the author been proposing CQRS as backend, now that I see how kekkonen supports CQRS, it makes a lot of sense now. Thank you again @ikitommi

ikitommi 2017-11-02T09:21:00.000132Z

thanks for the links! I think we have a kekkonen re-frame effect-handler laying around somewhere. ping @juhoteperi @miikka. Could be pushed to examples?

👍 1