Hi :) I am currently loading a cluster of data points from an url. From all I was able to gather onFeaturesLoadStart and onFeaturesLoadEnd indicate the state of loading. So currently I use a state in the parent component to indicate if its loading or not. However it would probably be nicer to use react suspense instead. Is that somehow possible/Are there reasons to not do this? I didnt find anything further on this in the repo.
Hi :) I am currently loading a cluster of data points from an url. From all I was able to gather
onFeaturesLoadStartandonFeaturesLoadEndindicate the state of loading. So currently I use a state in the parent component to indicate if its loading or not. However it would probably be nicer to use react suspense instead. Is that somehow possible/Are there reasons to not do this? I didnt find anything further on this in the repo.