In this lesson, we flesh out the actual implementation details of our Vue composable. We use ref to define reactive state within our composable and the computed function to defined reactive state that automatically updates whenever the ref updates. Finally, we also define the next, prev , and go functions and expose them from the composable.