
Render Props pattern in React.js
Render Props is a pretty useful pattern that was very popular a few years ago, but is rarely used now. Nevertheless, I decided to share my experience, because its usage helped me a lot in one of my recent projects. Its essence is that we can reuse certain component rendering logic. Just as with the HOC pattern, it was often used in the pre-hooks days.