opensearch-project / dashboards-flow-framework

A UI designer for constructing AI applications with OpenSearch
Apache License 2.0
9 stars 6 forks source link

Optimize components with `React.memo` #247

Open ohltyler opened 1 month ago

ohltyler commented 1 month ago

Oftentimes we can reduce the amount of component re-rendering using memo. Should perform an audit on all components to try to minimize the amount of re-rendering.