Skip to content

Web Interface: Performance Optimizations #409

@zekroTJA

Description

@zekroTJA

The new web interface is built using React Functional Components.

The problem with functional components in comparison to class components is that performance optimization features like Pure Components can not be used that easily.

Therefore, alternative implementations can be applied to "pure" components like the usage of useMemo() or pure HOCs.

See:
https://blog.logrocket.com/what-are-react-pure-functional-components/

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions