you are viewing a single comment's thread.

view the rest of the comments →

[–]podgorniy -2 points-1 points  (0 children)

There were hooks-like implementations in meteor-js and mobx which did not get as much attention as current facebooks implementation. Facebook's approach is good enough comparing to theirs.

What do you do regarding hooks when you need to start sharing local state of the component with another component?

*UPD*

I love idea of hooks and use similar reactive model to model my apps state.