Sean Matheson
Sean Matheson
Hi @shancial Thanks for this report. I can empathise with that pain. I'll def make some time to look into this for you.
Hi all, I want to look into this. Are you all running the Expo CLI, and RN Web?
I believe the intention of the `name` was to distinguish store instances within the Redux Devtools - however, I believe there are still issues with this when recreating stores with...
Hi @GollyJer I tried updating the codesandbox in the related issue to the latest easy peasy but I didn't experience issues. Could you provide me a minimal reproduction in codesandbox?
Thanks for taking the time to put this together for me.
Hi both, I want to look into this. I had one previous report by someone who was assigning a large payload of JSON to their store. The perf hit comes...
Hi both, I am experimenting with a configuration option for `action` and `actionOn` that allows you disable Immer per action. It is available via `[email protected]` Can you please try this...
Thanks for this @johtso. There is some valuable related discussions on this here: - https://github.com/reduxjs/redux-devtools/issues/366 - https://github.com/reduxjs/redux/issues/3871 I am going to try a few things out.
I'm unsure on this tbh. My gut feel is to avoid something like this in Easy Peasy as it doesn't fit with the intentions of the library. I do use...
I had considered this, but you might not have all the necessary typing available. Take for instance the following case; ```typescript createStore({ session: null, }) ``` The type inference will...