I\'m trying to find the proper way to define some components which could be used in a generic way:
You no longer need {this.props.children}. Now you can wrap your child component using render in Route and pass your props as usual:
{this.props.children}
render
Route
Home Posts About ( )} />