[APM] Drop Redux dependency #34040
Labels
Team:APM - DEPRECATED
Use Team:obs-ux-infra_services.
technical debt
Improvement of the software architecture and operational architecture
Currently we only use Redux for reacting to url changes, and then converting url params to proper types (eg
"4"
to number and"false"
to boolean). We don't need Redux for this, and can simplify how url params are handled by moving it out.Related to remix-run/react-router#6453 (comment)
The text was updated successfully, but these errors were encountered: