City-of-Helsinki / cnh-ui

Helsinki Climate Watch - Climate strategy monitoring UI
https://ilmastovahti.hel.fi
GNU Affero General Public License v3.0
4 stars 4 forks source link

Performance optimizations for dashboard #63

Closed iqqmuT closed 4 years ago

iqqmuT commented 4 years ago

Use React.PureComponent when possible and make sure components are rendered only when they need to. Some refactoring to Dashboard components to make it run much faster when switching segments.