buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

remove @pure in favor of PureComponent #1088

Closed FrancescoCioria closed 6 years ago

FrancescoCioria commented 7 years ago

Project card

description

let's use the standard PureComponent instead of our custom @pure implementation

specs

{optional: how to remove this tech debt; it can be a refactor, a library upgrade, new documentation or DX improvements.}

misc

{optional: other useful info.}

FrancescoCioria commented 6 years ago

done during TS refactor