Hacker News new | past | comments | ask | show | jobs | submit login

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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: