The library looks interesting, but the author's React code shows he doesn't have much experience using it. React provides a `useEffect` hook that lets you watch a value outside the react tree and update your components when it changes (or vice versa).
Once a value is passed down as props, you get all that reactivity for free.
Once a value is passed down as props, you get all that reactivity for free.