Justin

Results 9 issues of Justin

One of the big benefits of recompose is the ability to re-use the compositions where they are useful. It might be worth it to have an example where two components...

I think Render States is a pretty good example, but the level of complexity jumps exponentially compared to the other two examples. I would either add an intermediate exercise or...

I don't have a good name for this one. I get why you didn't duplicate the recompose docs, but your explanation of *some* of the HoCs initially lead me to...

In the comments break `hints` out into their own section. I missed them and it caused me some distress.

I think `branch` is one of the HoCs that has immediate appeal to devs in cleaning up syntax, and its fairly straight forward. I would move that up to the...

With handlers was very confusing for me, and even more so that in the examples and docs the props that being passed in is the same name as the props...

It doesn't look like its being used in the Fields yet, but I'm guessing there is a plan to =) What is the goal of the children having access to...

The form wrapping feels a bit weird, requires a lot of context of the inner workings of Form and its state. The result is that it'll tie your app in...

Maybe this is more of a hassle than its worth, but what if instead of requiring a promise on submit we provided a closure to them that makes them handle...