untangled

NEW CHANNEL: #fulcro
adambros 2017-03-20T03:38:00.006156Z

can’t see a good reason for that, it could be it was written before post-mutation-params were it should be easy enough to add it, or just pass-through all the params here: https://github.com/untangled-web/untangled-client/blob/develop/src/untangled/client/data_fetch.cljc#L234

tony.kay 2017-03-20T15:36:34.966052Z

@therabidbanana Oh right, it is already a map by then. Yeah, this is an Om Next limitation.

tony.kay 2017-03-20T15:43:07.119225Z

@wilkerlucio Post mutations: the full env isn't really available at that stage. You're not in parsing anymore. The post mutations are not first-class, in that we're not running transact, we're processing a response. Chaining (e.g. the server says something in response to a mutation, and that makes you want something else) make me nervous. I have not wanted to encourage that, and would want to talk about the use-case before considering it more.

tony.kay 2017-03-20T15:45:31.175384Z

@wildermuthn Untangled gives a specific decisions on a few things in the overall approach to Om Next. The choice of using REST-based server stuff is possible (and done essentially the same way): You probably plug into the client-side network layer and do the translation there.

baptiste-from-paris 2017-03-20T18:20:33.602951Z

hello guys, little question, is there a css-lib on which untangled-ui is based ?

tony.kay 2017-03-20T18:25:04.697754Z

It is inside of untangled-ui itself

tony.kay 2017-03-20T18:25:43.711368Z

@stephenway can speak more to it

tony.kay 2017-03-20T18:30:30.812003Z

@wilkerlucio Pushed 0.8.1-SNAPSHOT to clojars. It has your post-mutation-params addition PR

tony.kay 2017-03-20T18:30:53.820145Z

anyone else looking for post mutation params on data fetch methods: it should be complete now on that

tony.kay 2017-03-20T18:31:06.824557Z

@w1ng ^^^

wilkerlucio 2017-03-20T18:31:06.824615Z

@tony.kay thanks πŸ™‚

tony.kay 2017-03-20T18:31:12.826388Z

Thank you

2017-03-20T18:36:15.930964Z

πŸ‘πŸ˜€