CAVaccineInventory / vaccinatethestates

💉🇺🇸 the most comprehensive map of COVID-19 vaccination sites in America

Home Page:https://www.vaccinatethestates.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[tech debt] webpack structure should differentiate page JS from non-page JS

al63 opened this issue · comments

i ran into a fun bug where i tried importing from another JS file, and accidentally triggered the on load of that file. We should have our JS differentiate between page and components, with pages coordinating work between components.