Project:
View Revisions: Issue #48188 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0048188: Replace ProductPopoverButtonBar global state usage with a React context | ||
Revision | 2021-12-01 17:59 by caristu | ||
Description | The ProductPopoverButtonBar is making use of the global application state through the state.UI.productPopOverInformation property. Ideally it would be better to make use of a more reduced state context, to avoid unneeded state change calculations in the application components which are not related to ProductPopoverButtonBar component and that are listening to the UI state model. |
||
Revision | 2021-12-01 17:59 by caristu | ||
Description | The ProductPopoverButtonBar is making use of the global application state through the state.UI.productPopOverInformation property. Ideally it would be better to make use of a more reduced state context, to avoid unneeded state change calculations in the application components which are not related to ProductPopoverButtonBar component and that are listening to the UI state model. |
Copyright © 2000 - 2009 MantisBT Group |