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
User story
Right now VivViewer is a react class component due to performance issues but this creates issues for the docs (see #397 or #405) and is in general less clean in many ways than functional components. Recently deck.gl migrated their DeckGL component to be a functional component so it might be worth refactoring to make this a functional component.
Preferred solution
Migrate VivViewer to a functional component.
The text was updated successfully, but these errors were encountered:
User story
Right now
VivViewer
is a react class component due to performance issues but this creates issues for the docs (see #397 or #405) and is in general less clean in many ways than functional components. Recently deck.gl migrated theirDeckGL
component to be a functional component so it might be worth refactoring to make this a functional component.Preferred solution
Migrate
VivViewer
to a functional component.The text was updated successfully, but these errors were encountered: