I am currently reading the documentation about react and redux:
There, specifically in the code example here:
you can see this line:
dispatch(setVisibilityFilter(ownProps.filter))
Now my question is, where does the 'filter' property in ownProps come from? Can somebody explain to me, where the connection is?