ended7월 7일· 1 sources

Stop Putting Everything in useState

Why it matters

There's a pattern I see constantly: every piece of UI state gets its own useState , the component re-renders on every interaction, someone adds useMemo to fix the performance, and the whole thing gets...

1
Sources
+0
24h
Growth
75d
Active

Sources

Related Issues