Mark Erikson

Results 1264 comments of Mark Erikson

I'd say start as a copy-paste pattern, and only add if we need to. New APIs are forever :)

@gheorghesava-mck that sounds like an entirely different problem. Can you post a separate issue for that, and please include a CodeSandbox or repo that shows the problem happening?

This is mostly a duplicate of #376 and related to #359 .

I have always stayed away from any typings discussions, so I have no idea what's changed when. FWIW, while passing 0 middlewares to `applyMiddleware` makes no sense semantically, it _is_...

No current answers here, but this is something that would be nice to resolve as part of a Redux 5.0. @Izhaki fwiw, have you considered shipping that feature in some...

FWIW, I wrote that docs page in 2016, and when I did so I wrote it based on the approach used by https://github.com/redux-orm/redux-orm at the time. There are probably a...

Hmm. Can we do that by exporting whatever internal `setBatch` function we already have?

Problem there is it makes it really hard to coordinate lib+docs updates. Like, right now we've got a bunch of docs updates for RTK 1.5 in https://github.com/reduxjs/redux-toolkit/pull/813 , and we...

If and when I ever get around to writing it, it would go in the main docs site, under the "Using Redux" category.

Hmm. I'm usually pretty happy to see people volunteering to help with the docs :) but in this case, this is a page I was particularly wanting to write myself....