DEV Community

Discussion on: You (probably) don't need that useState + useEffect

Collapse
 
townofdon profile image
Don Juan Javier

Thanks for the feedback. I'm not following how adding additional state and memoization helps to reason about the data. For me, simple data derivation is much easier to reason about, especially since there is less state being managed. As an app scales it especially becomes important to try and reduce complexity wherever possible.