learning-recompose
learning-recompose copied to clipboard
Composition is a beautiful thing. Let's learn why, using Recompose.
https://github.com/garretttaco/learning-recompose/blob/0988c6e3d216f019a08bc9cfdf864a9e4af5caa2/src/lessons/StateAsProps/solution.js#L74
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...