React.js pure render performance anti-pattern
Esa-Matti Suuronen
79424
While working on my first major React app, I am also skirting around the edges of this same issue — it hasn’t become a huge problem yet, but we are already seeing it’s effect and worrying about what to do. I didn’t know setting defaultProps is also a good solution. Though memoizing functions is one thing we have started using, to some good returns, although it feels redundant to do the same in all the forms.