A First Look
Learn how to start building a reusable polymorphic type utility.
We'll cover the following...
We’ve got a solution that works well. Now, let’s take it one step further.
How a reusable type utility works
The solution we have works great for our PolymorphicText
component.
However, what if we’d rather have a solution we can reuse on any component of our ...