housing-data-coalition / rtc-eviction-viz

Eviction visualization for Right To Counsel NYC.
https://housing-data-coalition.github.io/rtc-eviction-viz/
6 stars 2 forks source link

Lazy-load data and code. #22

Closed toolness closed 3 years ago

toolness commented 3 years ago

Currently we have one massively big bundle that needs to load all related JSON data before it can show anything.

This changes things to use React.Lazy and Parcel's code splitting to lazily load everything, without causing layout instability.

To do