Pavel Zhukov

Results 28 comments of Pavel Zhukov

hi @kristerkari , it's something which is supposed to be working together with the `styleName` functionality. I've made a framework with your css libraries playing a big role in it:...

hi @jacobp100, @kristerkari, Thanks for your awesome work on `cssta` and `react-native-css-modules`! I made a POC for the standalone CSS idea: https://github.com/dmapper/babel-plugin-cssta-stylename You can check out `__tests__` to quickly understand...

Sure, @morgante I think this should already be working without additional work though. Even though there is a separate option to specify one project, it's not being used to make...

hm, this looks like a bug. Racer actually stores the ids of the query in a separate array which can be retrieved via `racerQuery.getIds()`. And I think we should just...

also I think this only affects `useQueryIds`, but not `useQuery`, since `useQuery` is already doing a simple `.get()` on racer's model which shouldn't change. But I'll test both hooks.

oh, I just understood that if we fix it to return the same reference then it'll always be the same reference, even when the array changes. And you still won't...

`initsCount` has a slightly different usecase. It gets incremented only when the query params change dynamically which leads to a completely new subscription being made under the hood. And it...

@wip-abramson sure, we'll be happy to work with you on merging that change in. Judging from what Eric said in the original racer issue though it seems that it might...

@simonvolkov вроде норм выглядит, но нет деструкторов, память жестко течет ща. Надо и sharedb'шные эвенты снимать -- всякие `.on()`. И надо делать unsubscribe на подписки на доки и запросы. Без...

так что разберись как правильно написать деструкторы)