In our last lesson we learned how Vue 3 keeps track of effects
to re-run them when needed. However, we’re still having to manually call track
and trigger
. In this lesson we’ll learn how to use Reflect
and Proxy
to call them automatically.