ParkingReformNetwork / reform-map

A map of where parking reforms have happened.
https://parkingreform.org/mandates-map/
MIT License
6 stars 8 forks source link

Make filter state reactive #419

Closed Eric-Arellano closed 1 month ago

Eric-Arellano commented 1 month ago

Now when updating state, you don't have to worry about explicitly saying what parts of the UI to update. Our logic for determining what cities to render is now purely based on JavaScript values, rather than interacting with the DOM.

I also moved the declaration of default values into TypeScript, rather than HTML.