react-nylon icon indicating copy to clipboard operation
react-nylon copied to clipboard

experiment: renderable roots

Open CodyJasonBennett opened this issue 2 years ago • 0 comments

Implements a renderable primitive for reconciler roots via a new createRoot method, similar to createPortal. react-nylon can associate a unit of work with a host config, so this does the same from rendered JSX denoting a reconciler root. This allows multiple reconcilers to render together as one tree, but commit independently.

CodyJasonBennett avatar Mar 16 '24 19:03 CodyJasonBennett