Jeff Barczewski
Jeff Barczewski
I had a typo in previous example which I fixed. store.whenComplete should be store.logicMiddleware.whenComplete since I manually attach logicMiddleware to store after creating it so that it is available for...
@KevinAst Thanks for the question and the kind words. Yes, in most common use cases the state will be updated before the process hook runs. The original action that triggered...
@KevinAst That seems like a great idea and I think it would be relatively easy in the new design I am considering which manages each of those features separately. That...
@SneakyMax Thanks for writing! Yes, the debounce is in indeed happening on the front of the chain on the action before it goes to the reducers. This allows you to...
Thanks for sharing @BjornMelgaard
@gihrig That would be excellent. I have a few other things on my plate right now, so I would appreciate whatever help you can provide.
@gihrig That is fantastic news! I'll get it copied over into a branch and take a look at what you have suggested. Thanks for all your hard work on this!
@gihrig yeah, that 3.4 branch was just there from the original fork. That's great that you are planning to keep those branches up to date, it really help to have...
Yeah, I don't know what is the best strategy either.
I've merged in your dev branch here, reviewed the files you mentioned and updated the intro doc. I think it is looking pretty good.