Closed
Bug 1485226
Opened 7 years ago
Closed 7 years ago
Replace Redux with React state in Intermittent Failures View
Categories
(Tree Management :: Treeherder, enhancement, P2)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sclements, Assigned: sclements)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Since this is the only app using Redux, removing it and using React state should help improve UI performance. Libraries that can be removed when this is implemented include:
* redux
* react-redux
* redux-thunk
* redux-debounce
| Assignee | ||
Comment 1•7 years ago
|
||
Todo: Replace the ErrorBoundary component with the generic component Cam created once Redux is removed.
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/51d7e684dff737183d1dc21ed2745b05c2dbfa7d
Bug 1485226 - remove redux from IFV (#4107)
| Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 4•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/f1203296275e5b7bda1863aa2df18c212105613d
Remove unused redux-thunk dependency (#4308)
The last usage was removed in #4107 (bug 1485226).
Updated•4 years ago
|
Component: Intermittent Failures View → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•