Top Stories published by Xebia in 2017
Avoiding deeply nested component trees
Ruben Oostinga
1.5K20

Passing Flow-typed components in React

Recently my colleague Ruben Oostinga wrote a great article on how you can avoid passing props all the way down your component tree using a simple concept: pass down components instead of data. While this has several consequences for the way you write components…