vanilla-framework-react
vanilla-framework-react copied to clipboard
Consider making most Components PureComponents
https://reactjs.org/docs/react-api.html#reactpurecomponent
Most of vanillas patterns and components are fairly simple with predictable and repeatable renders so could benefit from PureComponents. If unsure stick with normal components.