Mark Erikson
Mark Erikson
Sure :) Fwiw, this intern-powered research project appears to have worked out great. We've been able to set up our server-side Mongo typedefs, generate all the resolvers and TS types...
@arackaf looking at your commit message, I think this got closed inadvertently? (And yeah, I might actually have some desire to use this with Mongoose schemas in the maybe-not-too-distant future...)
Nothing immediate atm. We've got a Mongo app using Mongoose now (MEAN.js stack - eep!), and I want to migrate it to React. Looking at hypothetically setting up a new...
Sorry, no plans to publish the middleware as a separate package or to add Map/Set support - we specifically advise _against_ using those in Redux state.
Unfortunately this is the "price of progress" :) As tools modernize, they drop support for legacy platforms... and if you still have to support that legacy platform, you can end...
Looking at https://github.com/immerjs/immer/releases/tag/v10.0.0 , I don't immediately see any other obvious API changes listed. Worth a shot!
FWIW, I've actually been doing some RTK perf optimizations over in https://github.com/reduxjs/redux-toolkit/pull/4361#issuecomment-2071038122 , and found that 1) it was faster to do some reads on a `const ids = current(state.ids)`...
@mweststrate out of curiosity, how much of a perf difference do you think this will make? FWIW it looks like only _one_ test failed: ``` FAIL __tests__/base.js ● Test suite...
It seems like the recent "custom script" option in #79 could help fix this, by letting us run `yarn size-limit` ourselves (given that we have it as a devDep in...
@andresz1 thank you! I'll have to try it out here shortly. as a fellow maintainer I hate to be the one doing the "PLZ RELEASE THISS!!!!!!!" :) appreciate the response!