[Epic][Security Solution][Investigations][Tech Debt] - Update timeline redux #124138
Open
5 of 15 tasks
Labels
epic
Team:Threat Hunting:Investigations
Security Solution Investigations Team
Team:Threat Hunting
Security Solution Threat Hunting Team
technical debt
Improvement of the software architecture and operational architecture
Milestone
Background:
Currently within the security_solution, there is a mixture of Redux and context used to manage visual logic or manage prop drilling. In addition, react hooks are used to manage query fetching as well. This mixture of state management, query fetching, and ui state management may have negative rendering performance impacts as well as subtle errors masked by the different interacting forms of state. The effects are somewhat unknown at this point, but from a developer experience standpoint this architecture makes it harder to build upon. The goal of this work will be to update the timeline architecture to make better use of existing redux patterns and centralize state management in a more logical manner.
Existing references
Context:
Data fetching hooks
Existing middleware
Tasks
redux-observable
withredux-thunk
and middlewares #175427Acceptance Criteria
The text was updated successfully, but these errors were encountered: