react factory and functional component

React factory pattern: react.createClass();
functioal component only return component while it is opposite of factory pattern. can combination with Redux data flow.
such as container component and presental component, which is pretty much like factory pattern, but the data is connect to the redux status.