Emanuel Suriano
Aug 9, 2017 · 1 min read

Hi Tyler,

In my current project, we’ve been using container just to call selectors and bind action creators with dispatch, so they don’t have any logic inside.

By using this approach, you’re creating ‘smart’ container which can understand how to application works and change the props that the component will receive, and that is amazing.

But by adding that complexity to them, I assumed that you have to test them, do you any article related for that?

Great article BTW!

    Emanuel Suriano

    Written by