Mark Erikson

Results 1264 comments of Mark Erikson

@RichMatthews can you clarify what specific steps need to be done to get this to work with RN?

We should use https://github.com/reactjs/react-codemod as an example of publishing these, I think. Other resources: - https://www.codeshiftcommunity.com/docs/ - https://www.codeshiftcommunity.com/docs/ecosystem - https://gist.github.com/caseywatts/b8fffb51180fe44cd3706407d61150a3

The codemods got merged into their own folder in #2602 , but we need to figure out how to package and publish these, and have instructions for people to use...

Done! Published as `@reduxjs/rtk-codemods` . Can tweak and update as needed.

First reaction would be a tentative "yes", but I'd be very curious to see more technical details as far as API design, implementation details, and effect on the complexity of...

I think the biggest issue here is that none of us maintainers have any experience working with `redux-offline`, or offline apps in general. So, we don't know what `redux-offline` actually...

@jsancho Curious to hear the details on what kind of work you had to do!

Yep, redoing the exports / entry points declarations is planned for RTK 2.0, whenever we finally manage to get around to that (hopefully not _too_ long after 1.9 comes out)......

For the record, I just built a proof of concept "Suspense Cache" using RTK Query. Not final yet, but you can see the PR here: https://github.com/replayio/devtools/pull/7205 This lets you do:...