Eduard Aksamitov

Results 22 comments of Eduard Aksamitov

> It will be nice to have API like: > > ```js > let answer = await store.dispatch.sync(action) > answer => Action[] > ``` > > On the server we...

> @euaaaio yeap, we may need `meta` too. > > Another way `client.request(action) //=> Promise` `client.request` looks like internal or private API against of `client.sync`. I even think that we...

> I worry that the answer is a rare API to keep inconsistency with `log.add`. But on other hand getting `meta` from `sync` is also rare. Do we have any...

It will be very useful for me. And I agree with @saibotsivad. I'll get tired of this behaviour. Maybe it should be as option of client? I can attach it...

Why are you subscribing before the start? What use case? > ``` > setTimeout(function () { > store.client.changeUser('','5544332211'); > store.client.start(); > }, 2000); > ``` This looks like mistake, because...

Yes, it’s a bit weird. When you create a custom theme with two languages, the `localePath` of `useData()` will be broken until you explicitly set `themeConfig.locales`.

(Just a few thoughts so I don't forget.) We already have a basic recipe for Dockerfile: https://github.com/logux/docs/blob/main/recipes/deployment.md. But I think it is not enough for a beginners. We need to...

@g12i and @ngalaiko, could you please check if this bug is fixed in the new version of the client?

Looks like we can close this issue. It has been fixed in logux/server#141

> I am not so sure, as nano-staged seems not popular enough, and does not seems to be actively maintained As far as I know, the package is stable. All...