Creating strongly-typed events
Often components need to expose event props. In this lesson, we'll learn how to implement event props that are strongly-typed.
We'll cover the following...
Creating an event prop #
We are going to continue the implementation of a Searchbox
component we were working on in the last lesson.
Click the link below to open the exercise in CodeSandbox:
...