Closed toolness closed 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.
React.Lazy
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