
The React Core team talks React Forget and the future
PodRocket - A web development podcast from LogRocket
00:00
How to React to Data Changes
React started off as really auto-memosization where you re-render components and their props flow down to children. And then of course, within a component, you can use memo and use callback. The idea was, okay, memoization is really more of an implementation detail. What we want is for React to just be automatically reactive. It should just when data changes, your UI should just react to that automatically. But there is that manual component. You do have to actually pay attention to adding that memoization logic.
Transcript
Play full episode