hlynn93 / react-template

1 stars 0 forks source link

Change presentational components into functional stateless components #3

Open hlynn93 opened 6 years ago

hlynn93 commented 6 years ago

this says PureComponents could be more performant than stateless functions since PC only renders when needed, unlike stateless functions that render every time.