-
This is not an issue, rather a comment with examples.
Hooks have been around in React for a few releases now and they can make integration with 3rd party DOM libraries much easier.
As an example,…
-
xfce4-term 上の CUI vim でも imaf/imsf によるIME制御を行いたい
と考えて [パッチ+プラグイン](https://gist.github.com/koron/5999083) を作ってみました。
imaf の呼び出されるタイミングと、 `im_save_status()` の実行条件を少しいじりました。
これで動いてはいますが以下の点についてモヤっとしてます。…
koron updated
11 years ago
-
Hi! I think your approach with behaviours too pretty similar to Subjects of RxJS. I mean smth like
``` js
const s = new Subject();
s.next(...);
```
-
Hi! Really cool idea, I am looking for something very similar. May I ask if you are aware of similar projects or libraries which influenced you? I am to create something very similar but with types an…
-
Work should be done against this branch: https://github.com/canjs/canjs/tree/major
1. Install the codemods: `npm install -g can-migrate@pre`
2. Example of running the codemods: `can-migrate 'docs/…
-
The Flux pattern is really interesting because in its essence it is fully reactive. I think it perfectly matches the Rx way of doing things and combined with `rx-react`, `rx-flux` could result in a so…
-
Hi all, is there any chances React 18 will support not passive wheel / touch event listeners?
In React 17 they are passive so no way to preventDefault and I had to add active listeners manually by re…
-
The `scan` function seems to be both common and useful,
but it also caused me some confusions like [here](https://github.com/funkia/turbine/pull/31#issuecomment-300465037) and [here](https://github.c…
-
DBI 658+firmware 18.0.1, USB 3.0 does not work in DBI.
Only usb 2.0.
The USB cable was tested that it can run USB 3.0.
How to solve it?
-----------------------------------------------------------…
-
I'm looking for a way of using Most with React, in particular to handle DOM events via React assignment style. Similar solution is presented with [RxJS](https://github.com/fdecampredon/react-rxjs-todo…