Introduction

Let's have a look at how to share code between components by using functions as props.

We'll cover the following...

What are FaaC and render props?

Functions as a child component (FaaC) and render props are treated ...

Thinking