Show HN: What switching on React concurrent mode means for apps(twitter.com)
twitter.com
Show HN: What switching on React concurrent mode means for apps
https://twitter.com/0xca0a/status/1199997552466288641
https://twitter.com/0xca0a/status/1199997552466288641
It contrasts how web frameworks and even native frameworks work. Native has prioritizing and occlusion, but i know nothing that schedules as deeply as this.
The demo in particular schedules a react renderer for threejs (https://github.com/drcmda/react-three-fiber). But it applies to any other target as well.