DEV Community

Discussion on: ReactJS: Component everything or not?

Collapse
 
undead404 profile image
Vitalii Perehonchuk

Consider using eslint-plugin-react-perf, it will guide you sometimes when you need to create new components. I mean rendering presentations for complicated data structures.