skele
skele copied to clipboard
Add primitives for support for multi-staged rendering
To improve startup time, certain applications need to render their initial appearance in multiple stages. E.g. Rendering the visible screen area first, then rendering the rest.
Add primitives to support that.
This might become not necessary with React Fiber