|
|
|
|
|
by sunaurus
841 days ago
|
|
That's interesting. My feeling is that things became MORE explicit with hooks, not less, so I'm quite confused still. > What you're probably thinking is "it's faster to write a TODO example app with hooks". That's not really relevant for actual software development. For me, that's not the case at all. I think with hooks, it's easier to reason about what values are actually used during what renders. |
|
Hmmh. Can you provide me an example of what would've been "unclear" if the value was just state in a Class component?