@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
Thank you, again, @yogthos. I think I might have trouble really understanding this whole re-frame business.
there are a few concepts to unpack there, this workshop might be helpful https://github.com/ClojureTO/JS-Workshop/tree/re-frame
Oh, nice. I will have a look at that.