jbjuin
jbjuin
Hi @edelvalle thanks for all those explanations. I didn't try djhtmx although I should since it looks great as well. I use reactor in some tools but on an old...
> > I don't really know what to do about that > > I'm so sorry to hear this, but... I think I took some decisions were not the best...
Hi @edelvalle, I just started trying reactor 3 and here is a first remark about the new subscription system. In reactor 2 we had the `broadcast("progressing")` command that could be...
Hi @edelvalle I just tested a POC for jinja integration and it works quite well. It consists in a single file `jinja2_env.py` which redefines the template tags and custom filters...
Hey @edelvalle, I have a question about the integration in reactor 3 of one of my companion app I wrote (for reactor 2): "reactor store". In reactor store one defines...
Hi @edelvalle, just to keep you informed that I have a draft working for the reactor 3 "store" pattern. So it basically expose a "get" and a "subscribe" API to...
Hi Eddy, thanks for replying. > There is a way to do this already. Set the loading state immediately and `self.send` a message that will execute the actual action and...
@edelvalle Hi Edy, I was thinking again about this loading state (I made a small modification to reactor.coffee to handle it). Do you see a way to do that using...
Hi Eddy, this is the solution I arrived at when managing the loading state on the server: ```html {% if loading %} Loading... {% else %} Run long task {%...
Yes my feeling as well... very heavy weight compared to reactor. I put a comparison report here as soon as I have time to try it.