React Context

1 · Robin Wieruch · Oct. 18, 2019, 8:19 a.m.
Summary
React Context is a powerful feature for passing props down the component tree without the need to tell components in between about them. React Context creates a Provider and Consumer component for tunnelling React components ......