ended8월 18일· 1 sources

React.memo Doesn't Do What You Think

Why it matters

What React.memo actually checks React.memo wraps a component so that, before re-rendering it, React does a shallow comparison of its new props against its previous props. If every prop is === to what ...

1
Sources
+0
24h
Growth
34d
Active

Sources

Related Issues