Renders a built view and keeps it live. Use it with useMilanoView when the host component is not enough; MilanoHost is the two of them together.
useMilanoView
MilanoHost
The resolved root is a fresh object after every re-resolution, which is exactly the snapshot useSyncExternalStore wants.
useSyncExternalStore
Renders a built view and keeps it live. Use it with
useMilanoViewwhen the host component is not enough;MilanoHostis the two of them together.The resolved root is a fresh object after every re-resolution, which is exactly the snapshot
useSyncExternalStorewants.