Closed Krishna-Sivakumar closed 3 years ago
We need to load resources when they're actually need instead of loading them all at once at the start. We'll implement this inside the state-dropdown's onChange event, and the resource-btn's onClick event.
state-dropdown
resource-btn
it would speed up loading by a lot, i agree
fixed in 7c7e9464c83405ab722298d56bf0743e79b06f1d.
We need to load resources when they're actually need instead of loading them all at once at the start. We'll implement this inside the
state-dropdown
's onChange event, and theresource-btn
's onClick event.