You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a plan to improve the performance of the components?
I'm trying to rebuild my company's UI system based on elemental-ui. However, to be used in a big product, the basic components must have good performance. As far as I could tell, currently elemental-ui components are not optimized by any means.
A simple way to do it is to add a shouldComponentUpdate method by default in all components.
Hi Elemental-UI members,
Do you have a plan to improve the performance of the components?
I'm trying to rebuild my company's UI system based on elemental-ui. However, to be used in a big product, the basic components must have good performance. As far as I could tell, currently elemental-ui components are not optimized by any means.
A simple way to do it is to add a
shouldComponentUpdate
method by default in all components.Possibly affected components:
The text was updated successfully, but these errors were encountered: