f8cd7 No.1592
inline prop usage can silently hit performance - props inside jsx tags instead of using a state or ref often lead to extra renders when they dont actually change. try lifting those into components' states for better efficiency!
>check out the full guide on logrocket blogfound this here:
https://blog.logrocket.com/react-pattern-everyone-uses-kills-performance/