Convert code to modern React, converting class components to function components, this will allow to use hooks (for i18n later) and UI render optimizations with createMemo that may have a perf impact when rendering some UI in XR with HTMLMesh.
Also convert styles from stylus to sass that is more popular, remove proptypes and use typescript.
Convert code to modern React, converting class components to function components, this will allow to use hooks (for i18n later) and UI render optimizations with createMemo that may have a perf impact when rendering some UI in XR with HTMLMesh.
Also convert styles from stylus to sass that is more popular, remove proptypes and use typescript.