Mark Erikson

Results 1264 comments of Mark Erikson

Note that you shouldn't be using either the core `redux` package or `@redux-devtools/extension` directly in your own code today. Instead, use Redux Toolkit's `configureStore`, which sets that up for you...

@Philipp91 fwiw, that _should_ go away with RTK and `configureStore`, because RTK does not depend on `@redux-devtools/extension` itself - it inlines some of the types. So yeah, migrating the store...

To be honest, we've never tried to do any kind of perf measurements for how long our TS typings take to analyze. I've only ever seen a couple people even...

@Andarist if you've got any suggestions for analyzing this or improving our types perf, I'm interested :)

No idea when we'll ever have time to look into this, but slapping a link here for later reference. Tanner Linsley just pointed to some TS perf debugging resources: -...

@ConcernedHobbit : how did you generate that step percentage perf information?

We did some perf analysis last night, and confirmed that `HooksWithUniqueNames` seems to be the biggest time sink . We think it has to do with the way this is...

Just published https://github.com/reduxjs/redux-toolkit/releases/tag/v1.9.7 with those changes! There's more work we can do to investigate this, but wanted to get that out given that it's a significant improvement. Please let us...

Given that we did just speed up the RTKQ hooks types, I'm going to say this is _sufficiently_ improved for 2.0. We can do more perf testing post-2.0, but in...