|
|
|
|
|
by williamdclt
3181 days ago
|
|
Not a fan at all.
First I'm not convinced by render props: it allows factorization, but I'd rather have the "wrapping" happen outside of the component (like the HoC pattern does) than inside the render(). But even more: this could be useful for connect()ing different parts of your component independently, but having this need is a huge hint that you should split your component. |
|