You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi :) I am currently loading a cluster of data points from an url. From all I was able to gather
onFeaturesLoadStart
andonFeaturesLoadEnd
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.The text was updated successfully, but these errors were encountered: