Daishi Kato

Results 105 issues of Daishi Kato

From: https://twitter.com/riadbenguella/status/1271392061074350081 I'm interested in embedding your app in my app: https://github.com/dai-shi/remote-faces It already embeds Excalidraw based on the manually created link: https://howto.excalidraw.com/create-collaboration-session-manually/ If possible, I would like take the...

enhancement

## Background React-Redux v6 (RR6) introduced what I'd call the state-based context value. The idea was to let React propagate re-render instead of triggering re-render from outside of React. This...

From Twitter: https://twitter.com/dai_shi/status/1145316559461556225 Just revisited: https://github.com/GoogleChrome/proxy-polyfill and https://github.com/reduxjs/react-redux/issues/1179 Two caveats: 1) It doesn't support `has` and `ownKeys` handler. 2) It doesn't detect accessing new properties. In other words, it would...

help wanted

Continuing from #3: At this point, we only use js-framework-benchmark, but it would be nice to try with react-redux-benchmarks.

This PR includes: - [x] #1116 - [x] #1273 - [ ] #1286

ref: https://twitter.com/dai_shi/status/1513173028674617350 core doesn't depend on `AbortController`, only the one in utils does. - [x] impl - [ ] tests (does it work if an error is thrown?) - [...

This is just a naive merge and there should be room for improvement. This is also meaningful with other activities. - docs/basics/getting-started.mdx @sandren - docs/basics/mental-model.mdx @TwistedMinda #1212

Found some issues while developing #837: - [x] Ignore snapshots with invalidated atoms - [ ] Avoid extra re-renders - [x] Maybe we should somehow return `dependents` too. (Provider's useDebugState...

enhancement

follow up #248 It would be nice if we can add the mutation support.

enhancement