18F / analytics.usa.gov

The US federal government's web traffic.
https://analytics.usa.gov
Other
715 stars 189 forks source link

[Tech Debt] Convert all charts to React components #1288

Closed levinmr closed 2 months ago

levinmr commented 2 months ago

Refactors to the site to make the main area of the site controlled by React components. Removes unnecessary loading of JS to render charts on other pages where charts are not displayed. Contains each chart's rendering JS logic within the component where it is rendered. Eliminates deprecated Q package dependency in favor of native promises.