BANO
BANO
Результат этой функции получить нельзя. Потому что функция называется колбеком (callback). Советую почитать про использование в nodejs любого модуля, например fs или http. Там все на колбеках и как раз...
The main problem with `KeyboardEvent.key` is that it'll print different keys on different keyboard layouts (english `K` will be russian `Л` which makes no sense in i18n).
@notaphplover I think it's a good idea to warn people not to use it in React class components in CRA. For example [in documentation there's a phrase](https://github.com/inversify/InversifyJS/blob/master/wiki/property_injection.md#when-we-cannot-use-inversifyjs-to-create-an-instance-of-a-class) that can mislead...
Still have this bug in Telegram 3.7.4 beta Also copy [reproduced the bug in public channel](https://t.me/tg_msg_bugs/3) to be easily accessible
The bug is still not solved
I would say https://github.com/artalar/rtk-github-issues-example/pull/1 is kinda outdated as well as this issue. I think instead we should create some section in guides dedicated to such examples for different frameworks.
@artalar is this issue still relevant for v3? I think it can be resolved in favor of #412
@xgrommx are you still interested? If so please create a topic in [Discussions.](https://github.com/artalar/reatom/discussions)
How would you show atoms inactivity for example when atom is disconnected? Will it remove node from the graph? Don't you think that having something like composed-nodes is good? Like...
I would say that in application with 50 atoms that visualisation will be unusable because of visual overload.