Hacker News new | ask | show | jobs
by oyeanuj 3036 days ago
Also curious how this would work with SSR? Will the render be considered incomplete until all subtree promises have resolved?

If so, that would solve one of the biggest pain points working with SSR + React today. Today, the solution is to have you route level component load data which is far from ideal.