That also my biggest concern, but much of it could you do in their own component. Like if we took redux-connect.. then you could have an "render prop component" I'm both the root and in the list, which will make the List more isolated.
I have also abandoned HoC, and used this pattern for a few weeks. My only problem is that there can some render callback hell when having multiple components, which wound mot occur when using HoC..