Xandor Schiefer

Results 101 comments of Xandor Schiefer

@josephsavona https://codesandbox.io/p/github/zeorin/tanstack-table-perf/main The core trick is really: 1. wrap the core table instance in something that `useSyncExternalStore` can integrate with ([observer.ts](https://github.com/zeorin/tanstack-table-perf/blob/3d75d09b11e08d95965d254031e1a62e7466c684/src/observer.ts)), and 2. provide that to interested components via the...

@KevinVandy @TanStack perhaps my approach could be mentioned in https://github.com/TanStack/table/issues/5567 to help people out so long (it's currently locked to collaborators only)? I also have some ideas about improving the...

I suggest `jsx-filename-case`, since it's about JSX (and not React specifically), and filename casing. `react` is a very broad name.

Ah, I was confused, I thought you were suggesting a new _rule_ name, rather than a new _option_ name (which is indeed a better idea). Thinking about this a little...

> Do you have any examples? It would enforce kebabCase (`with-router.js`) which is sensible. That's project-specific. If I'm writing HoCs for a project I might use `camelCase`, where someone else...

Ah, in that case this is indeed better than using the overrides. I'd still assume `index.js` to be hard-coded to be excluded from the rule. I feel it's natural to...

Should be fixed by https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1132

My fix was lost in the v5 release. I haven't upgraded because of it.

Same here: ``` DEBUG|000.038|FirefoxDebugAdapter: 0 threads DEBUG|002.236|DebugConnection: Received response/event {"from":"root","applicationType":"browser","testConnectionPrefix":"server1.conn14.","traits":{"networkMonitor":true,"resources":{"extensions-backgroundscript-status":true},"workerConsoleApiMessagesDispatchedToMainThread":true}} DEBUG|002.237|RootActorProxy: Fetching root DEBUG|002.237|DebugConnection: Sending request {"to":"root","type":"getRoot"} DEBUG|002.237|DebugConnection: Received response/event {"preferenceActor":"server1.conn14.preferenceActor1","addonsActor":"server1.conn14.addonsActor2","deviceActor":"server1.conn14.deviceActor3","heapSnapshotFileActor":"server1.conn14.heapSnapshotFileActor4","perfActor":"server1.conn14.perfActor5","parentAccessibilityActor":"server1.conn14.parentAccessibilityActor6","screenshotActor":"server1.conn14.screenshotActor7","from":"root"} DEBUG|002.237|RootActorProxy: Received root response DEBUG|002.238|RootActorProxy: Fetching tabs DEBUG|002.238|DebugConnection: Sending...

In the meantime you can use [this version of the React DevTools Firefox extension](https://github.com/facebook/react/actions/runs/14900631612/artifacts/3084173366)* via "[Install Add-on from file](https://support.mozilla.org/en-US/kb/find-and-install-add-ons-add-features-to-firefox)". * from [this CI run](https://github.com/facebook/react/actions/runs/14900631612) for commit [557a647 React DevTools 6.1.1...