React made the DOM declarative; Hooks make React declarative (dev.to) 3 points by thymanl23 6y ago ↗ HN
[–] thymanl23 6y ago ↗ Hooks are a reconception of state and effects within a declarative model.Rather than effects being tied to a component's mutable lifecycle, they are tied to the data.Rather than state being tied to a mutable instance, it is declaratively passed in.
1 comment
[ 3.3 ms ] story [ 14.7 ms ] threadRather than effects being tied to a component's mutable lifecycle, they are tied to the data.
Rather than state being tied to a mutable instance, it is declaratively passed in.