Mark Erikson

Results 806 comments of Mark Erikson

Hmm. I just tried updating RTK's workflow to add the `script` option, and I'm still getting `npm` errors even after I explicitly specify `[email protected]`. Lemme actually paste in the entire...

Yeah, that's generally the conclusion the earlier comments were coming to :) FWIW I just spent the last half hour trying to bump all of RTK's `eslint`-related devDeps to work...

@mgenev : what "userland module" are you referring to?

Yeah, have to agree with Josh. In RRv6, there were four major issues with perf: - If I have N connected components, there are N wrapper components in the tree...

@slorber : `useMutableSource` and "context selectors" solve two very different use cases: - `useMutableSource` is about allowing non-React data sources to better integrate with Concurrent Mode to avoid tearing. It...

Two questions, then: 1) How much practical difference is there going to be speed and performance-wise between these approaches in a real app? 2) Is there a way to use...

Skimming the code... would I use it as: ``` js import bind from "react-bind-decorator"; class MyComponent extends Component{}; bind()(MyComponent); ```

@theKashey : it's an interesting idea, but it also sounds like a lot more work than we have time for (and also lots of complexities around gathering data, which I...

Sure, that's fine. I left a request on the PR to switch how the actions are being dispatched - would appreciate it if you could tackle that first. After that,...

Another potential source: the JS framework benchmarks repo at https://github.com/krausest/js-framework-benchmark .