-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
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/