Jeff Barczewski

Results 162 comments of Jeff Barczewski

Thanks for clarifying. Will look into this.

I need to create a few more examples and a recipe guide for situations like that. I can certainly help with the porting the SSR to react-boilerplate-logic. In an nutshell...

@jktravis Yeah, just recently a few people who just started with redux-logic ran into the same problem. They would take the single-dispatch code and just add a few dispatches to...

@KevinAst That's an interesting idea that I hadn't considered. I'll ponder the failure cases for both situations some more.

Thanks for providing the followup @mihaisavezi I haven't used redux-form in a while, I've been using formik these days since it is easier to test with (no need to setup...

I'll flag this as help wanted, maybe some of the folks using Typescript could volunteer some examples.

Thanks @tahesse that will be very helpful.

The reason that `reject` is optional in the signature is that `transform` and `validate` are just aliases for the same method. validate would necessarily need allow/next and reject. The reason...

I'd prefer to see if we can get this merged into isemail so we don't stray from the main codeline, that could quickly become a maintenance nightmare. I just posted...

It looks like it is merged into isemail@master and should land in [email protected] so hopefully once it does then joi and joi-browser can pick it up. https://github.com/hapijs/isemail/pull/12