Today I Learned

hashrocket A Hashrocket project

Render multiple child components in React

No need to wrap children in a container component anymore. React Fiber will allow you to return more than one child component:

render() {
  return [
    <Child1>,
    <Child2>
  ]
}

http://isfiberreadyyet.com/

See More #react TILs
Looking for help? At Hashrocket, our JavaScript experts launch scalable, performant apps on the Web, Android and iOS. Contact us and find out how we can help you.