While building some prototypes, I couldn’t get away with frustrating UI blocking when loading 15Mb glb from local asset. (almost 2sec Hangs)
I understand that this is issue with single threaded js environment and worker thread and such is not readily available.
Will it be possible to unlock UI with React’s Concurrent Mode/startTransaction?
It could even benefit Babylon.js + React in web browser side.
Edit: Ok, I found out that Concurrent Feature is not capable of what I tried to solve; it provides concurrency for many small RN component rendering. ref
I still need some guidance on this performance issue, changing title accordingly.
Please correct me if I’m misleaded.
PS: Merry Christmas and Happy New Year to you all!