The title is not good and I'll edit it as soon as I find out a name for this.
I've been learning Redux and it's the first place I've seen this kind of function.
export default connect(null, actionCreators)(TodoApp)
I can't get my head around, clearly "null" and "actionCreators" are params passed to the connect function, but what is "(TodoApp)" doing?