I am building an React+Redux application, I come to the point where I am considering to use a container inside another container. I am asking myself if this is a good approach,
It's not easy to find which component should stay "dumb" and which component should be aware of application and become a container. I don't think it's a problem / anti-pattern to use a container in another one. If a part of your application is used on different pages it can be a container, be connected and use in differents pages/containers, Just be aware : this "container component" will specific to this application