luminus

yogthos 2018-07-25T20:27:38.000207Z

@mp747 here's an example from an app I'm currently building this is the front-end part: https://github.com/yogthos/krueger/blob/master/src/cljs/krueger/components/auth.cljs and this is the backend service route for login: https://github.com/yogthos/krueger/blob/1565a2bd62ae3299972016c2b1ca0efb26b38328/src/clj/krueger/routes/services.clj#L53

👍 2
felbit 2018-07-26T09:50:08.000088Z

Thank you, again, @yogthos. I think I might have trouble really understanding this whole re-frame business.

yogthos 2018-07-26T12:35:55.000004Z

there are a few concepts to unpack there, this workshop might be helpful https://github.com/ClojureTO/JS-Workshop/tree/re-frame

felbit 2018-07-26T16:58:42.000366Z

Oh, nice. I will have a look at that.